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

Unified Diff: ash/common/system/chromeos/network/network_list_md.h

Issue 2701463003: Create a Tether section in the system tray network list. (Closed)
Patch Set: Comments. Created 3 years, 10 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/common/system/chromeos/network/network_list_md.h
diff --git a/ash/common/system/chromeos/network/network_list_md.h b/ash/common/system/chromeos/network/network_list_md.h
index 91803817cc9ac36ae68b8d57b2ebbd0325a04c83..fea2365b4c9d8947d646ee7247ec348a5c7996dc 100644
--- a/ash/common/system/chromeos/network/network_list_md.h
+++ b/ash/common/system/chromeos/network/network_list_md.h
@@ -108,8 +108,10 @@ class NetworkListViewMd : public NetworkListViewBase,
views::Label* no_wifi_networks_view_;
views::Label* no_cellular_networks_view_;
SectionHeaderRowView* cellular_header_view_;
+ SectionHeaderRowView* tether_header_view_;
SectionHeaderRowView* wifi_header_view_;
views::Separator* cellular_separator_view_;
+ views::Separator* tether_separator_view_;
views::Separator* wifi_separator_view_;
// An owned list of network info.
« no previous file with comments | « ash/common/system/chromeos/network/network_info.h ('k') | ash/common/system/chromeos/network/network_list_md.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698