mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
chrome: Add callback for already running app relaunch (fixes #3609)
Adds a new CefBrowserProcessHandler::OnAlreadyRunningAppRelaunch callback for when an already running app is relaunched with the same CefSettings.root_cache_path. Client apps should check the CefInitialize() return value for early exit of the relaunch source process.
This commit is contained in:
@@ -36,6 +36,7 @@ class RootWindowManager : public RootWindow::Delegate {
|
||||
// This method is called from ClientHandler::CreatePopupWindow() to
|
||||
// create a new popup or DevTools window. Must be called on the UI thread.
|
||||
scoped_refptr<RootWindow> CreateRootWindowAsPopup(
|
||||
scoped_refptr<RootWindow> parent_window,
|
||||
bool with_controls,
|
||||
bool with_osr,
|
||||
const CefPopupFeatures& popupFeatures,
|
||||
|
Reference in New Issue
Block a user