diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 20:52:18 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 20:52:18 +0000 |
commit | 53c38d23fb0d73d48f3fd804da52fd374d08e2c9 (patch) | |
tree | 675f149d7c8d4867f8594fe0ec2bdd02aa53dd51 /chrome/browser/browser_main_win.h | |
parent | 79db623ab30e307049cd9ad0cc22a8ff1a399cbb (diff) | |
download | chromium_src-53c38d23fb0d73d48f3fd804da52fd374d08e2c9.zip chromium_src-53c38d23fb0d73d48f3fd804da52fd374d08e2c9.tar.gz chromium_src-53c38d23fb0d73d48f3fd804da52fd374d08e2c9.tar.bz2 |
Small cleanup of DoUninstallTasks()
- eliminates one #ifdef
- Did I mention is cleaner?
Review URL: http://codereview.chromium.org/21331
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9791 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_main_win.h')
-rw-r--r-- | chrome/browser/browser_main_win.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/browser_main_win.h b/chrome/browser/browser_main_win.h index 9069058..1ce9726 100644 --- a/chrome/browser/browser_main_win.h +++ b/chrome/browser/browser_main_win.h @@ -15,7 +15,9 @@ class MetricsService; bool CheckForWin2000(); // Handle uninstallation when given the appropriate the command-line switch. -int DoUninstallTasks(); +// If |chrome_still_running| is true a modal dialog will be shown asking the +// user to close the other chrome instance. +int DoUninstallTasks(bool chrome_still_running); // Prepares the localized strings that are going to be displayed to // the user if the browser process dies. These strings are stored in the |