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

Unified Diff: ash/system/networking_config_delegate.h

Issue 2836453003: tray: Show warning in network tray when VPN or proxy used. (Closed)
Patch Set: 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: ash/system/networking_config_delegate.h
diff --git a/ash/system/networking_config_delegate.h b/ash/system/networking_config_delegate.h
index b040e70e291cf3a18b8d8f159cc433428f2fe8df..4e7f890d2f46904ce04d68542074ef52bff1aea6 100644
--- a/ash/system/networking_config_delegate.h
+++ b/ash/system/networking_config_delegate.h
@@ -38,6 +38,8 @@ class NetworkingConfigDelegate {
virtual std::unique_ptr<const ExtensionInfo> LookUpExtensionForNetwork(
const std::string& guid) = 0;
+ virtual bool HasDefaultNetworkProxyConfigured() = 0;
+
private:
DISALLOW_ASSIGN(NetworkingConfigDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698