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

Unified Diff: base/command_line.h

Issue 2876153002: Support Using ScopedFeatureList in BrowserTest (Closed)
Patch Set: ilya comments addressed Created 3 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 | « no previous file | base/command_line.cc » ('j') | chrome/browser/process_singleton_browsertest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/command_line.h
diff --git a/base/command_line.h b/base/command_line.h
index 3d29f8fee7fbb8de9e8c1fb691515ddb8bdccbdd..15e87b4be67dbdc04da6030fdf07b11742f8d69d 100644
--- a/base/command_line.h
+++ b/base/command_line.h
@@ -183,6 +183,9 @@ class BASE_EXPORT CommandLine {
void AppendSwitchASCII(const std::string& switch_string,
const std::string& value);
+ // Remove given switch from CommandLine.
+ void RemoveSwitchForTesting(const std::string& switch_string);
+
// Copy a set of switches (and any values) from another command line.
// Commonly used when launching a subprocess.
void CopySwitchesFrom(const CommandLine& source,
« no previous file with comments | « no previous file | base/command_line.cc » ('j') | chrome/browser/process_singleton_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698