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

Unified Diff: components/proxy_config/proxy_prefs.cc

Issue 1296663003: Componentize proxy code from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months 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: components/proxy_config/proxy_prefs.cc
diff --git a/components/proxy_config/proxy_prefs.cc b/components/proxy_config/proxy_prefs.cc
index 215a45132b3ff13b550939155fe63862aec945f2..2759513c30659357c1a9e101d34f622f59190308 100644
--- a/components/proxy_config/proxy_prefs.cc
+++ b/components/proxy_config/proxy_prefs.cc
@@ -29,6 +29,7 @@ const char kAutoDetectProxyModeName[] = "auto_detect";
const char kPacScriptProxyModeName[] = "pac_script";
const char kFixedServersProxyModeName[] = "fixed_servers";
const char kSystemProxyModeName[] = "system";
+const char kProxy[] = "proxy";
droger 2015/08/17 13:51:36 Keep the original comment: // Preference to store
Abhishek 2015/08/19 08:30:49 Done.
bool IntToProxyMode(int in_value, ProxyMode* out_value) {
DCHECK(out_value);
« components/proxy_config/proxy_prefs.h ('K') | « components/proxy_config/proxy_prefs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698