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

Unified Diff: services/ui/ws/window_tree_factory.cc

Issue 2326913003: Privatize StrongBinding lifetime management (Closed)
Patch Set: rebase 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
« no previous file with comments | « services/ui/ws/window_tree_factory.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree_factory.cc
diff --git a/services/ui/ws/window_tree_factory.cc b/services/ui/ws/window_tree_factory.cc
index bc4519f203c8fdfcbdff619d564fa5db30f24992..ea43c401ebd268c8ca4cea5b1872c8bcf54a9fca 100644
--- a/services/ui/ws/window_tree_factory.cc
+++ b/services/ui/ws/window_tree_factory.cc
@@ -15,12 +15,10 @@ namespace ws {
WindowTreeFactory::WindowTreeFactory(WindowServer* window_server,
const UserId& user_id,
- const std::string& client_name,
- mojom::WindowTreeFactoryRequest request)
+ const std::string& client_name)
: window_server_(window_server),
user_id_(user_id),
- client_name_(client_name),
- binding_(this, std::move(request)) {}
+ client_name_(client_name) {}
WindowTreeFactory::~WindowTreeFactory() {}
« no previous file with comments | « services/ui/ws/window_tree_factory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698