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

Unified Diff: components/mus/ws/client_connection.h

Issue 1755223002: Adds WindowManagerManager to mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and WindowManagerState Created 4 years, 10 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/ws/BUILD.gn ('k') | components/mus/ws/client_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/client_connection.h
diff --git a/components/mus/ws/client_connection.h b/components/mus/ws/client_connection.h
index 4227977caca067ac55f53a6273b2de5367ca20a1..b692b8d5a98e4a98ab910e11777295f8974aeed6 100644
--- a/components/mus/ws/client_connection.h
+++ b/components/mus/ws/client_connection.h
@@ -43,13 +43,19 @@ class ClientConnection {
// Bindings implementation of ClientConnection.
class DefaultClientConnection : public ClientConnection {
public:
- DefaultClientConnection(
- scoped_ptr<WindowTreeImpl> service_impl,
- ConnectionManager* connection_manager,
- mojo::InterfaceRequest<mojom::WindowTree> service_request,
- mojom::WindowTreeClientPtr client);
+ DefaultClientConnection(scoped_ptr<WindowTreeImpl> service_impl,
+ ConnectionManager* connection_manager,
+ mojom::WindowTreeRequest service_request,
+ mojom::WindowTreeClientPtr client);
+ DefaultClientConnection(scoped_ptr<WindowTreeImpl> service_impl,
+ ConnectionManager* connection_manager,
+ mojom::WindowTreeClientPtr client);
~DefaultClientConnection() override;
+ // Use when created with the constructor that does not take a
+ // WindowTreeRequest.
+ mojom::WindowTreePtr CreateInterfacePtrAndBind();
+
// ClientConnection:
mojom::WindowManager* GetWindowManager() override;
void SetIncomingMethodCallProcessingPaused(bool paused) override;
« no previous file with comments | « components/mus/ws/BUILD.gn ('k') | components/mus/ws/client_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698