Remove unused optional_param from OnQuotaRequest (issue #1222).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1634 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
b7ecb963f0
commit
cf348f7b83
|
@ -175,7 +175,7 @@ class CefRequestHandler : public virtual CefBase {
|
|||
// this method or at a later time to grant or deny the request. Return false
|
||||
// to cancel the request.
|
||||
///
|
||||
/*--cef(optional_param=realm)--*/
|
||||
/*--cef()--*/
|
||||
virtual bool OnQuotaRequest(CefRefPtr<CefBrowser> browser,
|
||||
const CefString& origin_url,
|
||||
int64 new_size,
|
||||
|
|
Loading…
Reference in New Issue