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

Unified Diff: mojo/services/window_manager/window_manager_service_impl.cc

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix network_service_loader Created 6 years, 5 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 | « mojo/services/window_manager/window_manager_service_impl.h ('k') | mojo/shell/network_service_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/window_manager/window_manager_service_impl.cc
diff --git a/mojo/services/window_manager/window_manager_service_impl.cc b/mojo/services/window_manager/window_manager_service_impl.cc
index f8ce3d9746bc35d0dcffe14ea44f14d3c4084d2b..ef1ff6483bbe6593129ce66c79949ebcbc4f0339 100644
--- a/mojo/services/window_manager/window_manager_service_impl.cc
+++ b/mojo/services/window_manager/window_manager_service_impl.cc
@@ -12,7 +12,6 @@ namespace mojo {
// WindowManagerServiceImpl, public:
WindowManagerServiceImpl::WindowManagerServiceImpl(
- ApplicationConnection* connection,
WindowManagerApp* window_manager)
: window_manager_(window_manager) {
window_manager_->AddConnection(this);
« no previous file with comments | « mojo/services/window_manager/window_manager_service_impl.h ('k') | mojo/shell/network_service_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698