zhangqd / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

OnQuotaRequest specifies a non-existent optional_param #1222

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
OnQuotaRequest specifies a non-existent optional_param named "realm":

  /*--cef(optional_param=realm)--*/
  virtual bool OnQuotaRequest(CefRefPtr<CefBrowser> browser,
                              const CefString& origin_url,
                              int64 new_size,
                              CefRefPtr<CefQuotaCallback> callback) {
    return false;
  }

Original issue reported on code.google.com by emerick on 24 Feb 2014 at 4:17

GoogleCodeExporter commented 9 years ago
Thanks, fixed in trunk revision 1634.

Original comment by magreenb...@gmail.com on 12 Mar 2014 at 2:46