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

Unified Diff: ash/mus/system_tray_delegate_mus.cc

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/mus/system_tray_delegate_mus.cc
diff --git a/ash/mus/system_tray_delegate_mus.cc b/ash/mus/system_tray_delegate_mus.cc
index dc4a1dc17ab5302a375271cf753b273758beca0a..df6366ac6e2166129de9f06948f1261151e68db9 100644
--- a/ash/mus/system_tray_delegate_mus.cc
+++ b/ash/mus/system_tray_delegate_mus.cc
@@ -25,6 +25,8 @@ class StubNetworkingConfigDelegate : public NetworkingConfigDelegate {
return nullptr;
}
+ bool HasDefaultNetworkProxyConfigured() override { return false; }
+
DISALLOW_COPY_AND_ASSIGN(StubNetworkingConfigDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698