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

Unified Diff: chrome/browser/ui/views/ash/panel_view_aura.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/ash/panel_view_aura.cc
diff --git a/chrome/browser/ui/views/ash/panel_view_aura.cc b/chrome/browser/ui/views/ash/panel_view_aura.cc
index 65915d171ba6079bdc36d20347309ac0b6be8b25..68a470e9c1cd18242782cbd66e590f4802d60fe5 100644
--- a/chrome/browser/ui/views/ash/panel_view_aura.cc
+++ b/chrome/browser/ui/views/ash/panel_view_aura.cc
@@ -358,14 +358,6 @@ bool PanelViewAura::ShouldShowWindowTitle() const {
return true;
}
-views::Widget* PanelViewAura::GetWidget() {
- return View::GetWidget();
-}
-
-const views::Widget* PanelViewAura::GetWidget() const {
- return View::GetWidget();
-}
-
views::NonClientFrameView* PanelViewAura::CreateNonClientFrameView(
views::Widget* widget) {
return new ash::PanelFrameView(widget);

Powered by Google App Engine
This is Rietveld 408576698