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

Unified Diff: chrome/browser/ui/views/web_dialog_view.cc

Issue 10795005: views: Inherit from views::WidgetDelegateView in more places. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: chrome/browser/ui/views/web_dialog_view.cc
diff --git a/chrome/browser/ui/views/web_dialog_view.cc b/chrome/browser/ui/views/web_dialog_view.cc
index 32a2a994152d91064b53028bb4e914ab9032196f..a367196e7c785d2455b456b756afa8c567255a72 100644
--- a/chrome/browser/ui/views/web_dialog_view.cc
+++ b/chrome/browser/ui/views/web_dialog_view.cc
@@ -154,14 +154,6 @@ bool WebDialogView::ShouldShowWindowTitle() const {
return ShouldShowDialogTitle();
}
-views::Widget* WebDialogView::GetWidget() {
- return View::GetWidget();
-}
-
-const views::Widget* WebDialogView::GetWidget() const {
- return View::GetWidget();
-}
-
////////////////////////////////////////////////////////////////////////////////
// WebDialogDelegate implementation:
« chrome/browser/ui/views/web_dialog_view.h ('K') | « chrome/browser/ui/views/web_dialog_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698