summaryrefslogtreecommitdiffstats
path: root/chrome/app/client_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app/client_util.h')
-rw-r--r--chrome/app/client_util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/client_util.h b/chrome/app/client_util.h
index a391be0..8b6c154f 100644
--- a/chrome/app/client_util.h
+++ b/chrome/app/client_util.h
@@ -30,6 +30,10 @@ class MainDllLoader {
// upon termination.
int Launch(HINSTANCE instance, sandbox::SandboxInterfaceInfo* sbox_info);
+ // Launches a new instance of the browser if the current instance in
+ // persistent mode an upgrade is detected.
+ void RelaunchChromeBrowserWithNewCommandLineIfNeeded();
+
// Derived classes must return the relative registry path that holds the
// most current version of chrome.dll.
virtual std::wstring GetRegistryPath() = 0;