diff options
author | loislo@chromium.org <loislo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 07:06:22 +0000 |
---|---|---|
committer | loislo@chromium.org <loislo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 07:06:22 +0000 |
commit | 703d4f6213a41d341ede01087ea5f1ad640b3e6a (patch) | |
tree | 3f476ee3e7ad91cbc35b6c01da9eb468ceb6b319 /chrome/test/ui/ui_test.h | |
parent | 7b06f717a88a2c078d2d0a79ee92241cf6b4dacb (diff) | |
download | chromium_src-703d4f6213a41d341ede01087ea5f1ad640b3e6a.zip chromium_src-703d4f6213a41d341ede01087ea5f1ad640b3e6a.tar.gz chromium_src-703d4f6213a41d341ede01087ea5f1ad640b3e6a.tar.bz2 |
Revert "[uber] Redoing the homepage selection UI"
This reverts commit r122458 due to perf regression.
BUG=none
TEST=perf bots
TBR=tbreisacher@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9420043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122466 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r-- | chrome/test/ui/ui_test.h | 10 |
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. |