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

Unified Diff: ash/mus/non_client_frame_controller.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/mus/non_client_frame_controller.cc
diff --git a/ash/mus/non_client_frame_controller.cc b/ash/mus/non_client_frame_controller.cc
index 2c68b8fe1fa3ca742c411a76ace448ef683c89e7..b0a804582f939b90d8603faa7624d6967446815b 100644
--- a/ash/mus/non_client_frame_controller.cc
+++ b/ash/mus/non_client_frame_controller.cc
@@ -392,10 +392,6 @@ base::string16 NonClientFrameController::GetWindowTitle() const {
return title;
}
-views::View* NonClientFrameController::GetContentsView() {
- return this;
-}
-
bool NonClientFrameController::CanResize() const {
return window_ &&
(GetResizeBehavior(window_) & ui::mojom::kResizeBehaviorCanResize) !=

Powered by Google App Engine
This is Rietveld 408576698