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

Unified Diff: components/proxy_config/proxy_prefs.h

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.h
diff --git a/components/proxy_config/proxy_prefs.h b/components/proxy_config/proxy_prefs.h
index 8af504f5d14980a34108a3194b8428b716510c48..80ad758f71f225c73e2d78e9114b570f4b94d6a7 100644
--- a/components/proxy_config/proxy_prefs.h
+++ b/components/proxy_config/proxy_prefs.h
@@ -60,6 +60,7 @@ PROXY_CONFIG_EXPORT extern const char kAutoDetectProxyModeName[];
PROXY_CONFIG_EXPORT extern const char kPacScriptProxyModeName[];
PROXY_CONFIG_EXPORT extern const char kFixedServersProxyModeName[];
PROXY_CONFIG_EXPORT extern const char kSystemProxyModeName[];
+PROXY_CONFIG_EXPORT extern const char kProxy[];
droger 2015/08/17 13:51:36 For consistency this should be in the ProxyPrefs::
Abhishek 2015/08/19 08:30:49 I think it would be good if we can move it to "pro
PROXY_CONFIG_EXPORT bool IntToProxyMode(int in_value, ProxyMode* out_value);
PROXY_CONFIG_EXPORT bool StringToProxyMode(const std::string& in_value,

Powered by Google App Engine
This is Rietveld 408576698