summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/ui_test.h
diff options
context:
space:
mode:
authortbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-22 21:27:56 +0000
committertbreisacher@chromium.org <tbreisacher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-22 21:27:56 +0000
commit70b595ff2d377a2835d50760193c138dce09f901 (patch)
tree114d2bc2906d18ddf002b93eb238d2b32e9dc2f0 /chrome/test/ui/ui_test.h
parente4bc1fb3b4abeba3a5d240bc461a53b91615bac5 (diff)
downloadchromium_src-70b595ff2d377a2835d50760193c138dce09f901.zip
chromium_src-70b595ff2d377a2835d50760193c138dce09f901.tar.gz
chromium_src-70b595ff2d377a2835d50760193c138dce09f901.tar.bz2
Revert 123096 - [uber] Redoing the homepage selection UI
Third Time's The Charm Edition! Resubmit of http://codereview.chromium.org/9387019 which was a resubmit of http://codereview.chromium.org/9296038 BUG=111139 TEST=SessionStartupPrefTest.HomePageMigration TBR=ben@chromium.org,estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/9423027 TBR=tbreisacher@chromium.org Review URL: https://chromiumcodereview.appspot.com/9428052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r--chrome/test/ui/ui_test.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 9831ebf..dd54b48 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -83,18 +83,14 @@ class UITestBase {
void LaunchBrowser(const CommandLine& cmdline, bool clear_profile);
#if !defined(OS_MACOSX)
- // These functions are deliberately not defined on the Mac because re-using an
+ // This function is deliberately not defined on the Mac because re-using an
// existing browser process when launching from the command line isn't a
// concept that we support on the Mac; AppleEvents are the Mac solution for
- // the same need. Any test based on these functions doesn't apply to the Mac.
+ // the same need. Any test based on this function doesn't apply to the Mac.
// Launches an another browser process and waits for it to finish. Returns
// true on success.
bool LaunchAnotherBrowserBlockUntilClosed(const CommandLine& cmdline);
-
- // Same as LaunchAnotherBrowserBlockUntilClosed except that the URL argument
- // is not used.
- bool LaunchAnotherBrowserNoUrlArg(const CommandLine& cmdline);
#endif
// Exits out browser instance.