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

Unified Diff: ash/shell/toplevel_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/toplevel_window.h
diff --git a/ash/shell/toplevel_window.h b/ash/shell/toplevel_window.h
index f4b7cd99dba15f857bc6c0ca21f99e5f6695ec23..ad8cb7a5c20faaf05a12ee1747e6eb2f9476d1c5 100644
--- a/ash/shell/toplevel_window.h
+++ b/ash/shell/toplevel_window.h
@@ -40,7 +40,6 @@ class ToplevelWindow : public views::WidgetDelegateView {
bool GetSavedWindowPlacement(const views::Widget* widget,
gfx::Rect* bounds,
ui::WindowShowState* show_state) 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