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

Unified Diff: extensions/components/native_app_window/native_app_window_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: extensions/components/native_app_window/native_app_window_views.cc
diff --git a/extensions/components/native_app_window/native_app_window_views.cc b/extensions/components/native_app_window/native_app_window_views.cc
index bcbe1f9d27e4ac55f3ef5d6986d5749d0e0ca454..902134211d5e65c39693b3a4b63e6ec2e43c4f32 100644
--- a/extensions/components/native_app_window/native_app_window_views.cc
+++ b/extensions/components/native_app_window/native_app_window_views.cc
@@ -254,10 +254,6 @@ const views::Widget* NativeAppWindowViews::GetWidget() const {
return widget_;
}
-views::View* NativeAppWindowViews::GetContentsView() {
- return this;
-}
-
bool NativeAppWindowViews::ShouldDescendIntoChildForEventHandling(
gfx::NativeView child,
const gfx::Point& location) {

Powered by Google App Engine
This is Rietveld 408576698