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

Unified Diff: ui/views/mus/native_widget_mus.cc

Issue 1986003002: Revert of Add a basic browser to mash that uses the navigation service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « services/navigation/view_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/native_widget_mus.cc
diff --git a/ui/views/mus/native_widget_mus.cc b/ui/views/mus/native_widget_mus.cc
index 352e7ea503040bb893c49b3d93c1bd40cb6c70b0..230849596946b0ef8d67ab30e4eabc167f88c98b 100644
--- a/ui/views/mus/native_widget_mus.cc
+++ b/ui/views/mus/native_widget_mus.cc
@@ -472,10 +472,10 @@
window_tree_client_.reset(); // Uses |content_|.
capture_client_.reset(); // Uses |content_|.
+ cursor_manager_.reset(); // Uses |window_|.
+
window_tree_host_->RemoveObserver(this);
window_tree_host_.reset();
-
- cursor_manager_.reset(); // Uses |window_|.
mus_window_observer_.reset(nullptr);
« no previous file with comments | « services/navigation/view_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698