mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename CefBrowserHostImpl to AlloyBrowserHostImpl (see issue #2969)
After commit 38d8acfa18
this object is only used with the alloy runtime.
This commit is contained in:
@@ -20,9 +20,9 @@ class CefRequestContextHandlerMap {
|
||||
~CefRequestContextHandlerMap();
|
||||
|
||||
// Keep track of handlers associated with specific frames. This information
|
||||
// originates from frame create/delete notifications in CefBrowserHostImpl or
|
||||
// CefMimeHandlerViewGuestDelegate which are forwarded via
|
||||
// CefRequestContextImpl and CefBrowserContext.
|
||||
// originates from frame create/delete notifications in
|
||||
// CefBrowserContentsDelegate or CefMimeHandlerViewGuestDelegate which are
|
||||
// forwarded via CefRequestContextImpl and CefBrowserContext.
|
||||
void AddHandler(int render_process_id,
|
||||
int render_frame_id,
|
||||
int frame_tree_node_id,
|
||||
|
Reference in New Issue
Block a user