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

Unified Diff: chrome/browser/extensions/extension_proxy_api.h

Issue 6240013: Make proxy settings one atomic dictionary in the PrefStores such that modifications are atomic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/out/Debug
Patch Set: Created 9 years, 11 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: 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 4d0226c0384cb206c637d2feffd6cc642aa33bed..f4847e4e104e5f3845a15d97d5bfd10121ec0479 100644
--- a/chrome/browser/extensions/extension_proxy_api.h
+++ b/chrome/browser/extensions/extension_proxy_api.h
@@ -42,10 +42,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);
};
class RemoveCustomProxySettingsFunction : public ProxySettingsFunction {

Powered by Google App Engine
This is Rietveld 408576698