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