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

Unified Diff: components/mus/public/cpp/window_tree_host_factory.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
Index: components/mus/public/cpp/window_tree_host_factory.h
diff --git a/components/mus/public/cpp/window_tree_host_factory.h b/components/mus/public/cpp/window_tree_host_factory.h
index 6211e22019f9f8e1a5946090f5479f7546a3af89..fd8c4c1dcd8d99fd4f31740e13b3470081c92883 100644
--- a/components/mus/public/cpp/window_tree_host_factory.h
+++ b/components/mus/public/cpp/window_tree_host_factory.h
@@ -26,17 +26,18 @@ void CreateWindowTreeHost(mojom::WindowTreeHostFactory* factory,
mojom::WindowTreeHostClientPtr host_client,
WindowTreeDelegate* delegate,
mojom::WindowTreeHostPtr* host,
- mojom::WindowManagerPtr window_manager,
+ mojom::WindowManagerDeprecatedPtr window_manager,
WindowManagerDelegate* window_manager_delegate);
// Creates a single host with no client by connecting to the window manager
// application. Useful only for tests and trivial UIs.
-void CreateSingleWindowTreeHost(mojo::ApplicationImpl* app,
- mojom::WindowTreeHostClientPtr host_client,
- WindowTreeDelegate* delegate,
- mojom::WindowTreeHostPtr* host,
- mojom::WindowManagerPtr window_manager,
- WindowManagerDelegate* window_manager_delegate);
+void CreateSingleWindowTreeHost(
+ mojo::ApplicationImpl* app,
+ mojom::WindowTreeHostClientPtr host_client,
+ WindowTreeDelegate* delegate,
+ mojom::WindowTreeHostPtr* host,
+ mojom::WindowManagerDeprecatedPtr window_manager,
+ WindowManagerDelegate* window_manager_delegate);
} // namespace mus
« no previous file with comments | « components/mus/public/cpp/tests/test_window_tree.cc ('k') | components/mus/public/interfaces/window_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698