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

Unified Diff: net/proxy/proxy_config.cc

Issue 14846004: Migrate ProxyConfigServiceImpl to NetworkStateHandler and NetworkProfileHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 7 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
« chromeos/network/network_state.h ('K') | « net/proxy/proxy_config.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_config.cc
diff --git a/net/proxy/proxy_config.cc b/net/proxy/proxy_config.cc
index 84b3d7ad08559faa5305a6680a222fdc6f7cd845..f14b6dd7cd732d31009b4ad0b9472c32b0687f86 100644
--- a/net/proxy/proxy_config.cc
+++ b/net/proxy/proxy_config.cc
@@ -218,7 +218,7 @@ void ProxyConfig::ClearAutomaticSettings() {
pac_url_ = GURL();
}
-base::Value* ProxyConfig::ToValue() const {
+base::DictionaryValue* ProxyConfig::ToValue() const {
base::DictionaryValue* dict = new base::DictionaryValue();
// Output the automatic settings.
« chromeos/network/network_state.h ('K') | « net/proxy/proxy_config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698