summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/ui_test.h
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-29 00:25:13 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-29 00:25:13 +0000
commit3b4b44e996895cb4a970dd47077232f108b92470 (patch)
treec60de7df3e47fd582f46faf347a9773a760cf3e0 /chrome/test/ui/ui_test.h
parent3e70fce2c08f6f046c8eb5e790acc3c49e1099ba (diff)
downloadchromium_src-3b4b44e996895cb4a970dd47077232f108b92470.zip
chromium_src-3b4b44e996895cb4a970dd47077232f108b92470.tar.gz
chromium_src-3b4b44e996895cb4a970dd47077232f108b92470.tar.bz2
Make UITestBase::SetLaunchSwitches virtual so it can be overridden by subclasses.
BUG=115925 TEST= Review URL: http://codereview.chromium.org/9501001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r--chrome/test/ui/ui_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index dd54b48..e838f94 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -286,7 +286,7 @@ class UITestBase {
// Extra command-line switches that need to be passed to the browser are
// added in this function. Add new command-line switches here.
- void SetLaunchSwitches();
+ virtual void SetLaunchSwitches();
// Called by the ProxyLauncher just before the browser is launched, allowing
// setup of the profile for the runtime environment..