summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-10 22:37:47 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-10 22:37:47 +0000
commitb23bb0744f55f165f394483c5167a94815161147 (patch)
tree585ed7acdf7a6b91c3f714fdaccbfa0cf333c4e9 /chrome/browser/profile.cc
parent098408c5ff025c01f21c3c8212a257f99e39eeee (diff)
downloadchromium_src-b23bb0744f55f165f394483c5167a94815161147.zip
chromium_src-b23bb0744f55f165f394483c5167a94815161147.tar.gz
chromium_src-b23bb0744f55f165f394483c5167a94815161147.tar.bz2
Instead of forcing the homepage to be linux splash, force the startup action to be "view linux splash page".
Thus users can still use the home button until we get rid of the splash page. BUG=16308 TEST=none. Review URL: http://codereview.chromium.org/149481 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r--chrome/browser/profile.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index df95acf..16a93f4 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -522,12 +522,6 @@ ProfileImpl::ProfileImpl(const FilePath& path)
blacklist_ = new Blacklist(path);
}
-#if defined(OS_LINUX)
- // TODO(port): Remove ifdef when the Linux splash page is not needed.
- prefs->transient()->SetString(prefs::kHomePage, "about:linux-splash");
- prefs->transient()->SetBoolean(prefs::kHomePageIsNewTabPage, false);
-#endif
-
// Listen for theme installation.
registrar_.Add(this, NotificationType::THEME_INSTALLED,
NotificationService::AllSources());