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

Unified Diff: ash/system/network/network_list.h

Issue 2883283004: Merged Tether and cellular network types in System Tray. (Closed)
Patch Set: fixed failing TetherServiceTest Created 3 years, 6 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
« no previous file with comments | « ash/system/network/network_info.h ('k') | ash/system/network/network_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/network/network_list.h
diff --git a/ash/system/network/network_list.h b/ash/system/network/network_list.h
index 1de25cd8d032c9f1ab4943a2c11ade743719519e..3eca162a47f996a8c7ab0d2d2b1b29d7755fe3ce 100644
--- a/ash/system/network/network_list.h
+++ b/ash/system/network/network_list.h
@@ -121,12 +121,10 @@ class NetworkListView : public NetworkStateListDetailedView,
bool needs_relayout_;
InfoLabel* no_wifi_networks_view_;
- InfoLabel* no_cellular_networks_view_;
- SectionHeaderRowView* cellular_header_view_;
- SectionHeaderRowView* tether_header_view_;
+ InfoLabel* no_mobile_networks_view_;
+ SectionHeaderRowView* mobile_header_view_;
SectionHeaderRowView* wifi_header_view_;
- views::Separator* cellular_separator_view_;
- views::Separator* tether_separator_view_;
+ views::Separator* mobile_separator_view_;
views::Separator* wifi_separator_view_;
TriView* connection_warning_;
« no previous file with comments | « ash/system/network/network_info.h ('k') | ash/system/network/network_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698