| Index: chrome/browser/prefs/command_line_pref_store.h
|
| diff --git a/chrome/browser/prefs/command_line_pref_store.h b/chrome/browser/prefs/command_line_pref_store.h
|
| index 5555b189a9868c19fe63e3c65685263275af5e8d..89d3da2c5f5c14801ea476f5533722febf8aeea0 100644
|
| --- a/chrome/browser/prefs/command_line_pref_store.h
|
| +++ b/chrome/browser/prefs/command_line_pref_store.h
|
| @@ -49,6 +49,9 @@ class CommandLinePrefStore : public ValueMapPrefStore {
|
| // Apply the SSL/TLS preferences from the given switches.
|
| void ApplySSLSwitches();
|
|
|
| + // Apply IncognitoModeAvailability related swithches.
|
| + void ApplyIncognitoSwitches();
|
| +
|
| // Weak reference.
|
| const CommandLine* command_line_;
|
|
|
|
|