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..75d8b10e6087cf58e6498f2cf58e5e07273c3f9f 100644 |
--- a/chrome/browser/prefs/command_line_pref_store.h |
+++ b/chrome/browser/prefs/command_line_pref_store.h |
@@ -45,6 +45,9 @@ class CommandLinePrefStore : public ValueMapPrefStore { |
// corresponding preferences in this pref store. |
void ApplySimpleSwitches(); |
+ // Determines the proxy mode preference from the given proxy switches. |
+ void ApplyProxyMode(); |
+ |
// Weak reference. |
const CommandLine* command_line_; |