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

Unified Diff: ash/system/chromeos/network/network_state_list_detailed_view.h

Issue 14276002: Remove mobile account buttons from status area (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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
« no previous file with comments | « no previous file | ash/system/chromeos/network/network_state_list_detailed_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/network/network_state_list_detailed_view.h
diff --git a/ash/system/chromeos/network/network_state_list_detailed_view.h b/ash/system/chromeos/network/network_state_list_detailed_view.h
index f5b9a40987a5ff8953896e212092fc990a3db82a..b176ddecb31d791b622521c4be5ce4c2cdf34501 100644
--- a/ash/system/chromeos/network/network_state_list_detailed_view.h
+++ b/ash/system/chromeos/network/network_state_list_detailed_view.h
@@ -82,7 +82,6 @@ class NetworkStateListDetailedView
// Create UI components.
void CreateHeaderEntry();
void CreateHeaderButtons();
- void CreateMobileAccount();
void CreateNetworkExtra();
// Update UI components.
@@ -97,7 +96,6 @@ class NetworkStateListDetailedView
bool UpdateNetworkChild(int index, const NetworkInfo* info);
bool OrderChild(views::View* view, int index);
bool UpdateNetworkListEntries(std::set<std::string>* new_service_paths);
- void UpdateMobileAccount();
void UpdateNetworkExtra();
// Adds a settings entry when logged in, and an entry for changing proxy
@@ -133,17 +131,10 @@ class NetworkStateListDetailedView
// An owned list of network info.
ScopedVector<NetworkInfo> network_list_;
- // Cached cellular carrier state info.
- std::string carrier_id_;
- std::string topup_url_;
- std::string setup_url_;
-
// Child views.
TrayPopupHeaderButton* info_icon_;
TrayPopupHeaderButton* button_wifi_;
TrayPopupHeaderButton* button_mobile_;
- views::View* view_mobile_account_;
- views::View* setup_mobile_account_;
TrayPopupLabelButton* other_wifi_;
TrayPopupLabelButton* turn_on_wifi_;
TrayPopupLabelButton* other_mobile_;
« no previous file with comments | « no previous file | ash/system/chromeos/network/network_state_list_detailed_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698