summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_main_mac.mm
diff options
context:
space:
mode:
authorcpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-13 20:52:18 +0000
committercpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-13 20:52:18 +0000
commit53c38d23fb0d73d48f3fd804da52fd374d08e2c9 (patch)
tree675f149d7c8d4867f8594fe0ec2bdd02aa53dd51 /chrome/browser/browser_main_mac.mm
parent79db623ab30e307049cd9ad0cc22a8ff1a399cbb (diff)
downloadchromium_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_mac.mm')
-rw-r--r--chrome/browser/browser_main_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_main_mac.mm b/chrome/browser/browser_main_mac.mm
index 8f493f3..719ee96 100644
--- a/chrome/browser/browser_main_mac.mm
+++ b/chrome/browser/browser_main_mac.mm
@@ -39,7 +39,7 @@ void WillTerminate() {
// From browser_main_win.h, stubs until we figure out the right thing...
-int DoUninstallTasks() {
+int DoUninstallTasks(bool chrome_still_running) {
return ResultCodes::NORMAL_EXIT;
}