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

Unified Diff: content/shell/browser/shell_views.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: content/shell/browser/shell_views.cc
diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc
index 94d0a044f177c8b8e78e758a5d00495ad617ec61..b25cef8e4fdadeb9b18901007728cac53cb4dcbc 100644
--- a/content/shell/browser/shell_views.cc
+++ b/content/shell/browser/shell_views.cc
@@ -251,7 +251,6 @@ class ShellWindowDelegateView : public views::WidgetDelegateView,
shell_ = NULL;
}
}
- View* GetContentsView() override { return this; }
// Overridden from View
gfx::Size GetMinimumSize() const override {

Powered by Google App Engine
This is Rietveld 408576698