Chromium Code Reviews| 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); |