Allow empty |browser| parameter to CefSchemeHandlerFactory::Create (issue #834).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1015 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-01-17 21:27:39 +00:00
parent 5e014e1f34
commit 8f95df96c7
3 changed files with 3 additions and 9 deletions

View File

@@ -135,7 +135,7 @@ class CefSchemeHandlerFactory : public virtual CefBase {
// initiated using the CefWebURLRequest API |browser| will be NULL. The
// |request| object passed to this method will not contain cookie data.
///
/*--cef()--*/
/*--cef(optional_param=browser)--*/
virtual CefRefPtr<CefSchemeHandler> Create(CefRefPtr<CefBrowser> browser,
const CefString& scheme_name,
CefRefPtr<CefRequest> request) =0;