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

Unified Diff: components/mus/mus_app.h

Issue 1764483003: Changes ownership of ClientConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | components/mus/mus_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/mus_app.h
diff --git a/components/mus/mus_app.h b/components/mus/mus_app.h
index dc69feb810bf901e635aa99dce74b5b5a4848c13..eef28b7574165e43571ac8ae9b1727cd71d374c4 100644
--- a/components/mus/mus_app.h
+++ b/components/mus/mus_app.h
@@ -70,18 +70,11 @@ class MandolineUIServicesApp
// ConnectionManagerDelegate:
void OnFirstRootConnectionCreated() override;
void OnNoMoreRootConnections() override;
- ws::ClientConnection* CreateClientConnectionForEmbedAtWindow(
+ scoped_ptr<ws::ClientConnection> CreateClientConnectionForEmbedAtWindow(
ws::ConnectionManager* connection_manager,
+ ws::WindowTreeImpl* tree,
mojom::WindowTreeRequest tree_request,
- ws::ServerWindow* root,
- uint32_t policy_bitmask,
mojom::WindowTreeClientPtr client) override;
- ws::ClientConnection* CreateClientConnectionForWindowManager(
- ws::WindowTreeHostImpl* tree_host,
- ws::ServerWindow* root,
- const mojom::Display& display,
- uint32_t user_id,
- mojom::WindowManagerFactory* factory) override;
void CreateDefaultWindowTreeHosts() override;
// mojo::InterfaceFactory<mojom::DisplayManager> implementation.
« no previous file with comments | « no previous file | components/mus/mus_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698