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

Unified Diff: mash/session/session.cc

Issue 2209943002: Eliminate outgoing InterfaceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tracing
Patch Set: . Created 4 years, 4 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 | « mash/init/init.cc ('k') | services/shell/connect_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/session.cc
diff --git a/mash/session/session.cc b/mash/session/session.cc
index a9589c40fe67616a7aeeb44201d2d3c12dc73fb9..c53e02af3937b9edbaff9fb811b97af8cfc27b93 100644
--- a/mash/session/session.cc
+++ b/mash/session/session.cc
@@ -137,7 +137,6 @@ void Session::StartRestartableService(
if (connection) {
connection->SetConnectionLostClosure(
base::Bind(&LogAndCallServiceRestartCallback, url, restart_callback));
- connection->AddInterface<mojom::Session>(this);
connections_[url] = std::move(connection);
}
}
« no previous file with comments | « mash/init/init.cc ('k') | services/shell/connect_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698