summaryrefslogtreecommitdiffstats
path: root/chrome/app/client_util.h
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-30 01:23:32 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-30 01:23:32 +0000
commit1979689363e58c9917d751d5134287d8616528e5 (patch)
tree6342d081e86670f1a05b07933888278d6e355759 /chrome/app/client_util.h
parent27d3571b99a7e69bedb8ac0282b981325906edc2 (diff)
downloadchromium_src-1979689363e58c9917d751d5134287d8616528e5.zip
chromium_src-1979689363e58c9917d751d5134287d8616528e5.tar.gz
chromium_src-1979689363e58c9917d751d5134287d8616528e5.tar.bz2
Revert r46023: "Detect new instance of the browser when running in the background in persistent"
Broke the build. Review URL: http://codereview.chromium.org/1718024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/client_util.h')
-rw-r--r--chrome/app/client_util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/app/client_util.h b/chrome/app/client_util.h
index 8b6c154f..a391be0 100644
--- a/chrome/app/client_util.h
+++ b/chrome/app/client_util.h
@@ -30,10 +30,6 @@ 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;