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

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

Issue 23712002: Cleanup network type matching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unit test in Debug. Created 7 years, 3 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/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 421e2b89ef321aaa0c4656e4a9c976280b346deb..f23110ff6c889d813d4a7ab1d0b27cf3ec742770 100644
--- a/ash/system/chromeos/network/network_state_list_detailed_view.h
+++ b/ash/system/chromeos/network/network_state_list_detailed_view.h
@@ -18,6 +18,10 @@
#include "base/memory/weak_ptr.h"
#include "ui/views/controls/button/button.h"
+namespace chromeos {
+class NetworkTypePattern;
+}
+
namespace views {
class BubbleDelegateView;
}
@@ -84,7 +88,7 @@ class NetworkStateListDetailedView
// Update UI components.
void UpdateHeaderButtons();
void UpdateTechnologyButton(TrayPopupHeaderButton* button,
- const std::string& technology);
+ const chromeos::NetworkTypePattern& technology);
void UpdateNetworks(
const chromeos::NetworkStateHandler::NetworkStateList& networks);
« no previous file with comments | « ash/system/chromeos/network/network_icon.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