summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 18:00:23 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 18:00:23 +0000
commitbe58206a9a106567f86a1fc8e35025aabe3fa506 (patch)
tree03098721d10efe6f44dadda2212f6094dc5c66ec /chrome/browser/first_run.h
parentaa7e932f4c29e47c1f69afc8781115eaba0185bc (diff)
downloadchromium_src-be58206a9a106567f86a1fc8e35025aabe3fa506.zip
chromium_src-be58206a9a106567f86a1fc8e35025aabe3fa506.tar.gz
chromium_src-be58206a9a106567f86a1fc8e35025aabe3fa506.tar.bz2
Clean up temp scaffolding stubs some. It can be mac only now.
BUG=9295,8077 TEST=trybots Review URL: http://codereview.chromium.org/340052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30714 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/first_run.h')
-rw-r--r--chrome/browser/first_run.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/first_run.h b/chrome/browser/first_run.h
index 2f4ca92..b179ce4 100644
--- a/chrome/browser/first_run.h
+++ b/chrome/browser/first_run.h
@@ -97,10 +97,7 @@ class FirstRun {
DISALLOW_IMPLICIT_CONSTRUCTORS(FirstRun);
};
-#if !defined(OS_LINUX) || defined(TOOLKIT_VIEWS)
-// TODO(port): remove on Mac and Linux+views as well.
-// http://code.google.com/p/chromium/issues/detail?id=9295
-
+#if defined(OS_WIN)
// This class contains the actions that need to be performed when an upgrade
// is required. This involves mainly swapping the chrome exe and relaunching
// the new browser.