| 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 7bc3cc8853cc6daf60f36ceaf553fdbbf4d86662..5555b189a9868c19fe63e3c65685263275af5e8d 100644
|
| --- a/chrome/browser/prefs/command_line_pref_store.h
|
| +++ b/chrome/browser/prefs/command_line_pref_store.h
|
| @@ -46,6 +46,9 @@ class CommandLinePrefStore : public ValueMapPrefStore {
|
| // Determines the proxy mode preference from the given proxy switches.
|
| void ApplyProxyMode();
|
|
|
| + // Apply the SSL/TLS preferences from the given switches.
|
| + void ApplySSLSwitches();
|
| +
|
| // Weak reference.
|
| const CommandLine* command_line_;
|
|
|
|
|