Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9544)

Unified Diff: chrome/test/ui/ui_test_suite.cc

Issue 2859042: Cleanup: remove use_existing_browser infrastructure from ui_test. (Closed)
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test_suite.cc
diff --git a/chrome/test/ui/ui_test_suite.cc b/chrome/test/ui/ui_test_suite.cc
index 7f1850c5c8389a305707fce624f1fc9e40cb4725..657e0ef280d2a7be755d45ea83ed46841d55b535 100644
--- a/chrome/test/ui/ui_test_suite.cc
+++ b/chrome/test/ui/ui_test_suite.cc
@@ -11,9 +11,6 @@
#include "base/process_util.h"
#include "chrome/common/env_vars.h"
-// Force a test to use an already running browser instance. UI tests only.
-const char UITestSuite::kUseExistingBrowser[] = "use-existing-browser";
-
// Timeout for the test in milliseconds. UI tests only.
const char UITestSuite::kTestTimeout[] = "test-timeout";
@@ -43,8 +40,6 @@ void UITestSuite::Initialize() {
parsed_command_line.HasSwitch(switches::kFullMemoryCrashReport));
UITest::set_safe_plugins(
parsed_command_line.HasSwitch(switches::kSafePlugins));
- UITest::set_use_existing_browser(
- parsed_command_line.HasSwitch(UITestSuite::kUseExistingBrowser));
UITest::set_dump_histograms_on_exit(
parsed_command_line.HasSwitch(switches::kDumpHistogramsOnExit));
UITest::set_enable_dcheck(
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698