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 8ac47966b10df6e58439faaa2f18cc9d95e3b5dd..13600c843f12157bce7d9994203e5e984e7dfde8 100644 |
| --- a/chrome/browser/extensions/extension_proxy_api.h |
| +++ b/chrome/browser/extensions/extension_proxy_api.h |
| @@ -43,10 +43,7 @@ class UseCustomProxySettingsFunction : public ProxySettingsFunction { |
| }; |
| bool GetProxyServer(const DictionaryValue* dict, ProxyServer* proxy_server); |
| - |
| - bool ApplyMode(const std::string& mode, bool incognito); |
| - bool ApplyPacScript(DictionaryValue* pac_dict, bool incognito); |
| - bool ApplyProxyRules(DictionaryValue* proxy_rules, bool incognito); |
| + bool GetProxyRules(DictionaryValue* proxy_rules, std::string* out); |
|
danno
2011/02/04 10:32:13
Ad bit of documentation would actually help here.
battre
2011/02/07 14:13:47
Done.
|
| }; |
| class RemoveCustomProxySettingsFunction : public ProxySettingsFunction { |