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

Unified Diff: chromeos/network/proxy/ui_proxy_config_service.h

Issue 2836453003: tray: Show warning in network tray when VPN or proxy used. (Closed)
Patch Set: Fixed patch set 2 errors. Created 3 years, 8 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: chromeos/network/proxy/ui_proxy_config_service.h
diff --git a/chromeos/network/proxy/ui_proxy_config_service.h b/chromeos/network/proxy/ui_proxy_config_service.h
index c3e1f508006ea438e34b816e9c96eab060e21e40..2b9b61d959b5f23614bb7df3318422b9d2aeb654 100644
--- a/chromeos/network/proxy/ui_proxy_config_service.h
+++ b/chromeos/network/proxy/ui_proxy_config_service.h
@@ -50,6 +50,8 @@ class CHROMEOS_EXPORT UIProxyConfigService {
void SetProxyConfig(const std::string& network_guid,
const UIProxyConfig& config);
+ bool HasDefaultNetworkProxyConfigured();
stevenjb 2017/04/21 18:38:25 Please document: // Returns true if there is a de
sammiequon 2017/04/21 19:02:53 Done.
+
private:
// Determines effective proxy config based on prefs from config tracker,
// |network| and if user is using shared proxies. The effective config is

Powered by Google App Engine
This is Rietveld 408576698