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

Unified Diff: chrome/browser/ui/views/about_ipc_dialog.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/ui/views/about_ipc_dialog.cc
diff --git a/chrome/browser/ui/views/about_ipc_dialog.cc b/chrome/browser/ui/views/about_ipc_dialog.cc
index 4905b6fba686781db5614ae6dac957470d51c4b0..cd87c0c4dc8e9f4f764be3ff4182fd880cd08f68 100644
--- a/chrome/browser/ui/views/about_ipc_dialog.cc
+++ b/chrome/browser/ui/views/about_ipc_dialog.cc
@@ -251,10 +251,6 @@ gfx::Size AboutIPCDialog::GetPreferredSize() {
return gfx::Size(800, 400);
}
-views::View* AboutIPCDialog::GetContentsView() {
- return this;
-}
-
int AboutIPCDialog::GetDialogButtons() const {
return ui::DIALOG_BUTTON_NONE;
}
« no previous file with comments | « chrome/browser/ui/views/about_ipc_dialog.h ('k') | chrome/browser/ui/views/bookmarks/bookmark_editor_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698