Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2077)

Unified Diff: chrome/browser/prefs/command_line_pref_store.h

Issue 5701003: Intorduce a separate preference for 'proxy server mode' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698