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

Unified Diff: chrome/browser/chromeos/login/password_changed_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
Index: chrome/browser/chromeos/login/password_changed_view.cc
diff --git a/chrome/browser/chromeos/login/password_changed_view.cc b/chrome/browser/chromeos/login/password_changed_view.cc
index 4dc90c2a2a7b3a24c9f4b0cc6ce6810737c8ff8b..83ea702bb9edcdb1e2edfecff460831a67754da1 100644
--- a/chrome/browser/chromeos/login/password_changed_view.cc
+++ b/chrome/browser/chromeos/login/password_changed_view.cc
@@ -72,10 +72,6 @@ ui::ModalType PasswordChangedView::GetModalType() const {
return ui::MODAL_TYPE_SYSTEM;
}
-views::View* PasswordChangedView::GetContentsView() {
- return this;
-}
-
string16 PasswordChangedView::GetWindowTitle() const {
return l10n_util::GetStringUTF16(
IDS_LOGIN_PASSWORD_CHANGED_DIALOG_BOX_TITLE);
« no previous file with comments | « chrome/browser/chromeos/login/password_changed_view.h ('k') | chrome/browser/chromeos/options/network_config_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698