mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
chrome: Add setting for controlling the status bubble (fixes isse #3279)
This change adds `CefBrowserSettings.chrome_status_bubble` for controlling whether the Chrome status bubble will be used. Testable in cefclient by passing the `--hide-chrome-status-bubble` command-line flag.
This commit is contained in:
@@ -47,6 +47,9 @@ class ChromeBrowserHostImpl : public CefBrowserHostBase {
|
||||
// Returns the browser associated with the specified global ID.
|
||||
static CefRefPtr<ChromeBrowserHostImpl> GetBrowserForGlobalId(
|
||||
const content::GlobalRenderFrameHostId& global_id);
|
||||
// Returns the browser associated with the specified Browser.
|
||||
static CefRefPtr<ChromeBrowserHostImpl> GetBrowserForBrowser(
|
||||
const Browser* browser);
|
||||
|
||||
~ChromeBrowserHostImpl() override;
|
||||
|
||||
|
Reference in New Issue
Block a user