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

Unified Diff: net/proxy/proxy_config_service_linux.h

Issue 10310179: Track sources of proxy settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update copyright Created 8 years, 6 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: 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 ed8cef191c2930f1f00fc3010c68b87239443c1e..290fe3c2d3170c0e3ec6155d4a7dbe7387e5ed7b 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::SingleThreadTaskRunner* GetNotificationTaskRunner() = 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

Powered by Google App Engine
This is Rietveld 408576698