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

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

Issue 189173004: Elim --ash-debug-show-preferred-networks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/ash_switches.cc ('k') | 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 4ad41638c16a493841ae61476eb7ddc94aff0b43..c54325ca741e3035bc7bf7029e1363e1077d6335 100644
--- a/ash/system/chromeos/network/network_state_list_detailed_view.h
+++ b/ash/system/chromeos/network/network_state_list_detailed_view.h
@@ -48,7 +48,6 @@ class NetworkStateListDetailedView
public:
enum ListType {
LIST_TYPE_NETWORK,
- LIST_TYPE_DEBUG_PREFERRED,
LIST_TYPE_VPN
};
@@ -94,8 +93,6 @@ class NetworkStateListDetailedView
void UpdateNetworks(
const chromeos::NetworkStateHandler::NetworkStateList& networks);
- void UpdatePreferred(
- const chromeos::NetworkStateHandler::FavoriteStateList& favorites);
void UpdateNetworkList();
bool CreateOrUpdateInfoLabel(
int index, const base::string16& text, views::Label** label);
@@ -143,7 +140,6 @@ class NetworkStateListDetailedView
TrayPopupLabelButton* turn_on_wifi_;
TrayPopupLabelButton* other_mobile_;
TrayPopupLabelButton* other_vpn_;
- TrayPopupLabelButton* toggle_debug_preferred_networks_;
TrayPopupLabelButton* settings_;
TrayPopupLabelButton* proxy_settings_;
views::Label* scanning_view_;
« no previous file with comments | « ash/ash_switches.cc ('k') | 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