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

Unified Diff: chrome/browser/chromeos/ui/idle_logout_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 | « chrome/browser/chromeos/ui/idle_logout_dialog_view.h ('k') | chrome/browser/ui/views/about_ipc_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/ui/idle_logout_dialog_view.cc
diff --git a/chrome/browser/chromeos/ui/idle_logout_dialog_view.cc b/chrome/browser/chromeos/ui/idle_logout_dialog_view.cc
index 246de7e677c89f3625306efac63098653d1fd7a5..ce5df10224e93d4bb438c7a0575312abeb289f7e 100644
--- a/chrome/browser/chromeos/ui/idle_logout_dialog_view.cc
+++ b/chrome/browser/chromeos/ui/idle_logout_dialog_view.cc
@@ -93,10 +93,6 @@ string16 IdleLogoutDialogView::GetWindowTitle() const {
return l10n_util::GetStringUTF16(IDS_IDLE_LOGOUT_TITLE);
}
-views::View* IdleLogoutDialogView::GetContentsView() {
- return this;
-}
-
////////////////////////////////////////////////////////////////////////////////
// IdleLogoutDialog private methods
IdleLogoutDialogView::IdleLogoutDialogView()
« no previous file with comments | « chrome/browser/chromeos/ui/idle_logout_dialog_view.h ('k') | chrome/browser/ui/views/about_ipc_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698