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

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

Issue 15682004: Remove the network config dialog extra border. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also fix the network config view titles. Created 7 years, 7 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 | « no previous file | 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 25e368688434e1d09854038551e64964e915b8b9..9bfd97eb355a6b228c03c795524ff058b903e517 100644
--- a/chrome/browser/chromeos/options/network_config_view.h
+++ b/chrome/browser/chromeos/options/network_config_view.h
@@ -61,6 +61,7 @@ class NetworkConfigView : public views::DialogDelegateView,
virtual views::View* GetInitiallyFocusedView() OVERRIDE;
// views::WidgetDelegate methods.
+ virtual string16 GetWindowTitle() const OVERRIDE;
virtual ui::ModalType GetModalType() const OVERRIDE;
// views::View overrides.
@@ -117,6 +118,9 @@ class ChildNetworkConfigView : public views::View {
: parent_(parent) {}
virtual ~ChildNetworkConfigView() {}
+ // Get the title to show for the dialog.
+ virtual string16 GetTitle() const = 0;
+
// Returns view that should be focused on dialog activation.
virtual views::View* GetInitiallyFocusedView() = 0;
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/network_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698