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

Unified Diff: ash/system/network/network_list.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/network/network_list.h
diff --git a/ash/system/network/network_list.h b/ash/system/network/network_list.h
index c5615f31173bbc834854f47407e8118d24c1d7be..d306d9edad91fe8fb2bd420266ccc37bd489e393 100644
--- a/ash/system/network/network_list.h
+++ b/ash/system/network/network_list.h
@@ -29,6 +29,7 @@ namespace ash {
struct NetworkInfo;
class NetworkListDelegate;
+class TriView;
// A list of available networks of a given type. This class is used for all
// network types except VPNs. For VPNs, see the |VPNList| class.
@@ -117,6 +118,7 @@ class NetworkListView : public NetworkListViewBase,
views::Separator* cellular_separator_view_;
views::Separator* tether_separator_view_;
views::Separator* wifi_separator_view_;
+ TriView* connection_warning_;
// An owned list of network info.
std::vector<std::unique_ptr<NetworkInfo>> network_list_;

Powered by Google App Engine
This is Rietveld 408576698