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

Unified Diff: ash/shell/panel_window.cc

Issue 2390953004: WidgetDelegateView is its own contents view. (Closed)
Patch Set: another minor fix Created 4 years, 2 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: ash/shell/panel_window.cc
diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc
index 58dbffdc1129879c01d8d5f7e79518e878581fe6..7996e2bc20e467539c9a32e48e1f611c40153dcd 100644
--- a/ash/shell/panel_window.cc
+++ b/ash/shell/panel_window.cc
@@ -66,10 +66,6 @@ base::string16 PanelWindow::GetWindowTitle() const {
return base::ASCIIToUTF16(name_);
}
-views::View* PanelWindow::GetContentsView() {
- return this;
-}
-
bool PanelWindow::CanResize() const {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698