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

Unified Diff: chrome/browser/chromeos/login/network_selection_view.h

Issue 3166028: Replace network combobox with network dropdown button (Closed)
Patch Set: Removed trailing spaces Created 10 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: chrome/browser/chromeos/login/network_selection_view.h
diff --git a/chrome/browser/chromeos/login/network_selection_view.h b/chrome/browser/chromeos/login/network_selection_view.h
index e7c8a74ca053a37798fec642626e483ea2fc5093..7a35e247e98bd4a31fc4f513b1764c20331846b0 100644
--- a/chrome/browser/chromeos/login/network_selection_view.h
+++ b/chrome/browser/chromeos/login/network_selection_view.h
@@ -21,6 +21,7 @@ class SmoothedThrobber;
namespace chromeos {
+class NetworkDropdownButton;
class NetworkScreenDelegate;
class ScreenObserver;
@@ -40,15 +41,8 @@ class NetworkSelectionView : public views::View {
virtual gfx::Size GetPreferredSize();
virtual void Layout();
- // Gets/Sets the selected item in the network combobox.
- int GetSelectedNetworkItem() const;
- void SetSelectedNetworkItem(int index);
-
gfx::NativeWindow GetNativeWindow();
- // Inform the network combobox that its model changed.
- void NetworkModelChanged();
-
// Shows network connecting status or network selection otherwise.
void ShowConnectingStatus(bool connecting, const string16& network_id);
@@ -69,7 +63,6 @@ class NetworkSelectionView : public views::View {
void UpdateConnectingNetworkLabel();
// Dialog controls.
- views::Combobox* network_combobox_;
views::MenuButton* languages_menubutton_;
views::Label* welcome_label_;
views::Label* select_language_label_;
@@ -81,6 +74,8 @@ class NetworkSelectionView : public views::View {
// Tab index of continue button.
int continue_button_order_index_;
+ NetworkDropdownButton* network_dropdown_;
+
// NetworkScreen delegate.
NetworkScreenDelegate* delegate_;
« no previous file with comments | « chrome/browser/chromeos/login/network_screen_delegate.h ('k') | chrome/browser/chromeos/login/network_selection_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698