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

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

Issue 2686703002: Remove TrayPopupLabelButton (a pre-MD class) and its assets. (Closed)
Patch Set: nit 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
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/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/common/system/chromeos/network/network_state_list_detailed_view.h
diff --git a/ash/common/system/chromeos/network/network_state_list_detailed_view.h b/ash/common/system/chromeos/network/network_state_list_detailed_view.h
index 093d73afb71f17b314a1f77d6296c1a8f772c9ba..f9e9b08fe79dfc8a32af89f7b2b62cf5eea83571 100644
--- a/ash/common/system/chromeos/network/network_state_list_detailed_view.h
+++ b/ash/common/system/chromeos/network/network_state_list_detailed_view.h
@@ -34,7 +34,6 @@ namespace ash {
class SystemTrayItem;
class ThrobberView;
class TrayPopupHeaderButton;
-class TrayPopupLabelButton;
namespace tray {
@@ -72,7 +71,6 @@ class NetworkStateListDetailedView
void CreateNetworkExtra();
// Update UI components.
- void UpdateHeaderButtons();
void UpdateTechnologyButton(TrayPopupHeaderButton* button,
const chromeos::NetworkTypePattern& technology);
@@ -80,8 +78,6 @@ class NetworkStateListDetailedView
bool OrderChild(views::View* view, int index);
- void UpdateNetworkExtra();
-
// Adds a settings entry when logged in, and an entry for changing proxy
// settings otherwise.
void CreateSettingsEntry();
@@ -134,18 +130,6 @@ class NetworkStateListDetailedView
// Not used for material design.
views::ImageButton* info_icon_;
- // Not used for material design.
- TrayPopupHeaderButton* button_wifi_;
-
- // Not used for material design.
- TrayPopupHeaderButton* button_mobile_;
-
- TrayPopupLabelButton* other_wifi_;
- TrayPopupLabelButton* turn_on_wifi_;
- TrayPopupLabelButton* other_mobile_;
- TrayPopupLabelButton* settings_;
- TrayPopupLabelButton* proxy_settings_;
-
// Only used in material design.
views::CustomButton* info_button_md_;
views::CustomButton* settings_button_md_;
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/system/chromeos/network/network_state_list_detailed_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698