summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-23 14:35:35 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-23 14:35:35 +0000
commite28c2cf908cf2e232329ce9431b68a4b8e4287a6 (patch)
tree53f67285c1a7e3c744803d51ece6d666e44c539a /chrome/browser/browser.cc
parenta9329fff10db68e6612fb804ec906b5cc2f418fd (diff)
downloadchromium_src-e28c2cf908cf2e232329ce9431b68a4b8e4287a6.zip
chromium_src-e28c2cf908cf2e232329ce9431b68a4b8e4287a6.tar.gz
chromium_src-e28c2cf908cf2e232329ce9431b68a4b8e4287a6.tar.bz2
Port more UI tests to Linux.
- enable following ui tests on Linux: history_uitest.cc inspector_controller_uitest.cc browser/history/redirect_uitest.cc browser/locale_tests_uitest.cc browser/sanity_uitest.cc - move information about Linux-specific splash page to more generic location and enable more logic about start page on Linux - maintainability cleanups (DISABLED_ instead of #if 0) - misc GCC-related cleanups Review URL: http://codereview.chromium.org/49006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index b2d7f7b..8c7ed5a 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -2448,9 +2448,6 @@ void Browser::BuildPopupWindow(TabContents* source,
}
GURL Browser::GetHomePage() {
-#if defined(OS_LINUX)
- return GURL("about:linux-splash");
-#endif
if (profile_->GetPrefs()->GetBoolean(prefs::kHomePageIsNewTabPage))
return GURL(chrome::kChromeUINewTabURL);
GURL home_page = GURL(URLFixerUpper::FixupURL(