mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix documentation errors (issue #934).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1179 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -142,11 +142,12 @@ class CefSchemeRegistrar : public virtual CefBase {
|
||||
class CefSchemeHandlerFactory : public virtual CefBase {
|
||||
public:
|
||||
///
|
||||
// Return a new resource handler instance to handle the request. |browser|
|
||||
// and |frame| will be the browser window and frame respectively that
|
||||
// originated the request or NULL if the request did not originate from a
|
||||
// browser window (for example, if the request came from CefURLRequest). The
|
||||
// |request| object passed to this method will not contain cookie data.
|
||||
// Return a new resource handler instance to handle the request or an empty
|
||||
// reference to allow default handling of the request. |browser| and |frame|
|
||||
// will be the browser window and frame respectively that originated the
|
||||
// request or NULL if the request did not originate from a browser window
|
||||
// (for example, if the request came from CefURLRequest). The |request| object
|
||||
// passed to this method will not contain cookie data.
|
||||
///
|
||||
/*--cef(optional_param=browser,optional_param=frame)--*/
|
||||
virtual CefRefPtr<CefResourceHandler> Create(
|
||||
|
Reference in New Issue
Block a user