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

Unified Diff: ash/shell/toplevel_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/toplevel_window.cc
diff --git a/ash/shell/toplevel_window.cc b/ash/shell/toplevel_window.cc
index 7e5c2fee880c1b212535703fc374507ff86c9884..75faae175b1cedcbac755eff6a6fb783373acc96 100644
--- a/ash/shell/toplevel_window.cc
+++ b/ash/shell/toplevel_window.cc
@@ -87,10 +87,6 @@ bool ToplevelWindow::GetSavedWindowPlacement(
return true;
}
-views::View* ToplevelWindow::GetContentsView() {
- return this;
-}
-
bool ToplevelWindow::CanResize() const {
return params_.can_resize;
}

Powered by Google App Engine
This is Rietveld 408576698