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

Unified Diff: ash/mus/window_manager_application.h

Issue 2301353003: Changes ownership of WindowTreeClient (Closed)
Patch Set: Created 4 years, 3 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: ash/mus/window_manager_application.h
diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h
index 84477455955b4e47baaf01f93465996c8117eef0..f5027c12ce4c34b0ea8536e633d8038495ae4351 100644
--- a/ash/mus/window_manager_application.h
+++ b/ash/mus/window_manager_application.h
@@ -65,7 +65,8 @@ class WindowManagerApplication
void OnAcceleratorRegistrarDestroyed(AcceleratorRegistrarImpl* registrar);
- void InitWindowManager(ui::WindowTreeClient* window_tree_client);
+ void InitWindowManager(
+ std::unique_ptr<ui::WindowTreeClient> window_tree_client);
// shell::Service:
void OnStart(const shell::Identity& identity) override;

Powered by Google App Engine
This is Rietveld 408576698