Index: net/proxy/proxy_service.h |
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h |
index 040a0f83a4d54bfe0ef3edd3f55e7e49c2695123..c4e0fea72b034e3d0c25c12fe01bec8bd00e13c6 100644 |
--- a/net/proxy/proxy_service.h |
+++ b/net/proxy/proxy_service.h |
@@ -210,7 +210,7 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver, |
} |
// Returns the current configuration being used by ProxyConfigService. |
- const ProxyConfig& config() { |
+ const ProxyConfig& config() const { |
return config_; |
} |