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:
Marshall Greenblatt 2014-03-12 14:46:32 +00:00
parent b7ecb963f0
commit cf348f7b83
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class CefRequestHandler : public virtual CefBase {
// this method or at a later time to grant or deny the request. Return false // this method or at a later time to grant or deny the request. Return false
// to cancel the request. // to cancel the request.
/// ///
/*--cef(optional_param=realm)--*/ /*--cef()--*/
virtual bool OnQuotaRequest(CefRefPtr<CefBrowser> browser, virtual bool OnQuotaRequest(CefRefPtr<CefBrowser> browser,
const CefString& origin_url, const CefString& origin_url,
int64 new_size, int64 new_size,