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

Unified Diff: ash/shell/panel_window.h

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.h
diff --git a/ash/shell/panel_window.h b/ash/shell/panel_window.h
index a146308f21a395553352ec031199801b63679489..596ee7f53ad97396eb17a66a002252be85acd240 100644
--- a/ash/shell/panel_window.h
+++ b/ash/shell/panel_window.h
@@ -38,7 +38,6 @@ class PanelWindow : public views::WidgetDelegateView {
// Overridden from views::WidgetDelegate:
base::string16 GetWindowTitle() const override;
- View* GetContentsView() override;
bool CanResize() const override;
bool CanMaximize() const override;
bool CanMinimize() const override;

Powered by Google App Engine
This is Rietveld 408576698