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

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

Issue 275373003: Remove --extra-chrome-flags command line switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/test_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_switches.cc
diff --git a/chrome/test/base/test_switches.cc b/chrome/test/base/test_switches.cc
index 1316d3582faa51df0be42ae7f1ae1a502544fc59..86d498870b053d53935b43c9d92ebb611bd0d6fa 100644
--- a/chrome/test/base/test_switches.cc
+++ b/chrome/test/base/test_switches.cc
@@ -9,9 +9,6 @@ namespace switches {
// Also emit full event trace logs for successful tests.
const char kAlsoEmitSuccessLogs[] = "also-emit-success-logs";
-// Extra flags that the test should pass to launched browser process.
-const char kExtraChromeFlags[] = "extra-chrome-flags";
-
// Enable Chromium branding of the executable.
const char kEnableChromiumBranding[] = "enable-chromium-branding";
« no previous file with comments | « chrome/test/base/test_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698