| 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 c3baf7a2782b66970c0318de73f98b1fde8f9724..e609cf795abdd77267194576d8477bb5ad519a8f 100644
|
| --- a/chrome/browser/prefs/command_line_pref_store.h
|
| +++ b/chrome/browser/prefs/command_line_pref_store.h
|
| @@ -45,6 +45,8 @@ class CommandLinePrefStore : public ValueMapPrefStore {
|
| // corresponding preferences in this pref store.
|
| void ApplySimpleSwitches();
|
|
|
| + void ApplyProxySwitches();
|
| +
|
| // Weak reference.
|
| const CommandLine* command_line_;
|
|
|
|
|