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

Unified Diff: chrome/test/base/in_process_browser_test.cc

Issue 10912070: Makes it possible to run content_browsertests with --as-browser and fake WebRTC devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed accidently added files. Created 8 years, 3 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/base/chrome_test_suite.cc ('k') | content/public/test/test_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/in_process_browser_test.cc
diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
index c123c1693a34e20edb032b227dcaf941e4c5db54..7d4c56f4b1aa21aa2c8a553ecb858090c0ab8485 100644
--- a/chrome/test/base/in_process_browser_test.cc
+++ b/chrome/test/base/in_process_browser_test.cc
@@ -292,7 +292,7 @@ CommandLine InProcessBrowserTest::GetCommandLineForRelaunch() {
switches.erase(switches::kUserDataDir);
switches.erase(test_launcher::kSingleProcessTestsFlag);
switches.erase(test_launcher::kSingleProcessTestsAndChromeFlag);
- new_command_line.AppendSwitch(ChromeTestSuite::kLaunchAsBrowser);
+ new_command_line.AppendSwitch(test_launcher::kLaunchAsBrowser);
#if defined(USE_AURA)
// Copy what UITestBase::SetLaunchSwitches() does, and also what
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | content/public/test/test_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698