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

Unified Diff: chrome/browser/chromeos/options/network_config_view.h

Issue 2659973003: [Harmony] Harmony Chrome OS Wifi dialog. (Closed)
Patch Set: Address ellyjones@'s comments. Created 3 years, 11 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 | « chrome/browser/chromeos/options/DEPS ('k') | chrome/browser/chromeos/options/network_config_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/options/network_config_view.h
diff --git a/chrome/browser/chromeos/options/network_config_view.h b/chrome/browser/chromeos/options/network_config_view.h
index 82fddc1a783c65399328b5b93561b996653ae82d..250e3d1de0aa780701dec3d7d455c8cef89b6cde 100644
--- a/chrome/browser/chromeos/options/network_config_view.h
+++ b/chrome/browser/chromeos/options/network_config_view.h
@@ -62,6 +62,7 @@ class NetworkConfigView : public views::DialogDelegateView,
bool Accept() override;
views::View* CreateExtraView() override;
views::View* GetInitiallyFocusedView() override;
+ int GetDefaultDialogButton() const override;
// views::WidgetDelegate methods.
base::string16 GetWindowTitle() const override;
@@ -144,9 +145,12 @@ class ChildNetworkConfigView : public views::View {
// Returns 'true' if the dialog is for configuration only (default is false).
virtual bool IsConfigureDialog();
- // Minimum with of input fields / combo boxes.
+ // Minimum width of input fields / combo boxes.
static const int kInputFieldMinWidth;
+ // The height of input fields /combo boxes.
+ static const int kInputFieldHeight;
+
protected:
// Gets the default network share state for the current login state.
static void GetShareStateForLoginState(bool* default_value, bool* modifiable);
« no previous file with comments | « chrome/browser/chromeos/options/DEPS ('k') | chrome/browser/chromeos/options/network_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698