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

Unified Diff: chrome/browser/extensions/extension_proxy_api.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/extensions/extension_proxy_api.h
diff --git a/chrome/browser/extensions/extension_proxy_api.h b/chrome/browser/extensions/extension_proxy_api.h
index 95be304d20857944f9fb8812f0039246aaeb4836..246e8a01187a4f217ecbd6206e2f26a376a0722c 100644
--- a/chrome/browser/extensions/extension_proxy_api.h
+++ b/chrome/browser/extensions/extension_proxy_api.h
@@ -33,7 +33,7 @@ class UseCustomProxySettingsFunction : public SyncExtensionFunction {
bool GetProxyServer(const DictionaryValue* dict, ProxyServer* proxy_server);
- bool ApplyAutoDetect(bool auto_detect);
+ bool ApplyMode(int mode);
battre (please use the other) 2010/12/14 09:45:44 Insert reference to mode definitions? Should we ma
danno 2010/12/14 12:48:17 I think an enum would be better internally. On 2
gfeher 2010/12/16 10:42:04 I'll do the string->enum conversion inside this me
bool ApplyPacScript(DictionaryValue* pac_dict);
bool ApplyProxyRules(DictionaryValue* proxy_rules);
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_proxy_api.cc » ('j') | chrome/browser/extensions/extension_proxy_api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698