| 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_
|
|
|