Index: net/proxy/proxy_config_service_linux.h |
diff --git a/net/proxy/proxy_config_service_linux.h b/net/proxy/proxy_config_service_linux.h |
index ffaa9886a1e39a72bcedb3749b4e79b8484b1a04..0fb654a61e45b38922562323f84b04a68c120ce6 100644 |
--- a/net/proxy/proxy_config_service_linux.h |
+++ b/net/proxy/proxy_config_service_linux.h |
@@ -68,9 +68,8 @@ class NET_EXPORT_PRIVATE ProxyConfigServiceLinux : public ProxyConfigService { |
// Returns NULL if it does not matter. |
virtual base::MessageLoopProxy* GetNotificationLoop() = 0; |
- // Returns the data source's name (e.g. "gconf", "gsettings", "KDE", |
- // "test"). Used only for diagnostic purposes (e.g. VLOG(1) etc.). |
- virtual const char* GetDataSource() = 0; |
+ // Returns the source of proxy settings. |
+ virtual ProxyConfigSource GetConfigSource() = 0; |
// These are all the values that can be fetched. We used to just use the |
// corresponding paths in gconf for these, but gconf is now obsolete and |