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

Unified Diff: ui/views/mus/window_manager_connection.h

Issue 1644773004: Renames some WindowManager classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 11 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 | « mash/wm/window_manager_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_manager_connection.h
diff --git a/ui/views/mus/window_manager_connection.h b/ui/views/mus/window_manager_connection.h
index d7b9e825aa3624cf8afb2926325add8ef5ec038c..308e7ab0dfcf0757e1c7abf56b61fe32c1631e0f 100644
--- a/ui/views/mus/window_manager_connection.h
+++ b/ui/views/mus/window_manager_connection.h
@@ -40,7 +40,7 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
mus::Window* NewWindow(const std::map<std::string,
std::vector<uint8_t>>& properties);
- mus::mojom::WindowManager* window_manager() {
+ mus::mojom::WindowManagerDeprecated* window_manager() {
return window_manager_.get();
}
@@ -59,7 +59,7 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
internal::NativeWidgetDelegate* delegate);
mojo::ApplicationImpl* app_;
- mus::mojom::WindowManagerPtr window_manager_;
+ mus::mojom::WindowManagerDeprecatedPtr window_manager_;
scoped_ptr<ScreenMus> screen_;
scoped_ptr<mus::WindowTreeConnection> window_tree_connection_;
« no previous file with comments | « mash/wm/window_manager_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698