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

Unified Diff: chrome/common/switch_utils.h

Issue 287083003: Multi-profile flag cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src
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
« chrome/common/chrome_switches.cc ('K') | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/switch_utils.h
diff --git a/chrome/common/switch_utils.h b/chrome/common/switch_utils.h
index df91b2d5679ce7a1c0843f7bebf3a5012fc4e3de..4177840aa846c86b1501a040ca2f03a5191ceac5 100644
--- a/chrome/common/switch_utils.h
+++ b/chrome/common/switch_utils.h
@@ -16,6 +16,10 @@ namespace switches {
void RemoveSwitchesForAutostart(
std::map<std::string, base::CommandLine::StringType>* switches);
+// Remove obsolete switches.
+void RemoveObsoleteSwitches(
+ std::map<std::string, CommandLine::StringType>* switch_list);
+
} // namespace switches
#endif // CHROME_COMMON_SWITCH_UTILS_H_
« chrome/common/chrome_switches.cc ('K') | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698