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

Unified Diff: components/mus/public/cpp/window_tree_host_factory.h

Issue 2018823002: Eliminate WindowTreeConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@connection
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 | « components/mus/public/cpp/window_tree_delegate.h ('k') | components/mus/test_wm/test_wm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5090db32c6462a6a7bc9a98619edc2586013d12c..75661af89d6ad1bed02f19eba648883ffa68a1a0 100644
--- a/components/mus/public/cpp/window_tree_host_factory.h
+++ b/components/mus/public/cpp/window_tree_host_factory.h
@@ -18,17 +18,17 @@ class Connector;
namespace mus {
class WindowManagerDelegate;
-class WindowTreeDelegate;
+class WindowTreeClientDelegate;
// The following create a new window tree host. Supply a |factory| if you have
// already connected to mus, otherwise supply |shell|, which contacts mus and
// obtains a WindowTreeHostFactory.
void CreateWindowTreeHost(mojom::WindowTreeHostFactory* factory,
- WindowTreeDelegate* delegate,
+ WindowTreeClientDelegate* delegate,
mojom::WindowTreeHostPtr* host,
WindowManagerDelegate* window_manager_delegate);
void CreateWindowTreeHost(shell::Connector* connector,
- WindowTreeDelegate* delegate,
+ WindowTreeClientDelegate* delegate,
mojom::WindowTreeHostPtr* host,
WindowManagerDelegate* window_manager_delegate);
« no previous file with comments | « components/mus/public/cpp/window_tree_delegate.h ('k') | components/mus/test_wm/test_wm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698