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

Unified Diff: chrome/browser/chromeos/enrollment_dialog_view.cc

Issue 11571023: Move ash/wm's DialogFrameView to ui/views/window; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reorder DialogDelegate functions; inline Get*Params into WidgetExample::ButtonPressed; etc. Created 8 years 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/wm/dialog_frame_view.cc ('k') | chrome/browser/chromeos/login/password_changed_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/enrollment_dialog_view.cc
diff --git a/chrome/browser/chromeos/enrollment_dialog_view.cc b/chrome/browser/chromeos/enrollment_dialog_view.cc
index 321a7d745048aadf6ae98efacad132ee7a7edec2..ad83fe60d25aa8dd298a3e5610fe16e83ba20902 100644
--- a/chrome/browser/chromeos/enrollment_dialog_view.cc
+++ b/chrome/browser/chromeos/enrollment_dialog_view.cc
@@ -55,9 +55,6 @@ class EnrollmentDialogView : public views::DialogDelegateView {
// views::View overrides
virtual gfx::Size GetPreferredSize() OVERRIDE;
- // views::Widget overrides
- virtual views::View* GetContentsView() OVERRIDE;
-
private:
EnrollmentDialogView(const std::string& network_name,
Profile* profile,
@@ -145,10 +142,6 @@ gfx::Size EnrollmentDialogView::GetPreferredSize() {
return gfx::Size(kDefaultWidth, kDefaultHeight);
}
-views::View* EnrollmentDialogView::GetContentsView() {
- return this;
-}
-
void EnrollmentDialogView::InitDialog() {
added_cert_ = false;
// Create the views and layout manager and set them up.
« no previous file with comments | « ash/wm/dialog_frame_view.cc ('k') | chrome/browser/chromeos/login/password_changed_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698