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

Unified Diff: mash/session/session.cc

Issue 2646193002: Replace OnConnect with OnBindInterface in //mash. (Closed)
Patch Set: . Created 3 years, 11 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/session/session.h ('k') | mash/simple_wm/simple_wm.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 9306c365cc703eea3bfff16230c29cf98da05116..cd22965485f55129766d34c2b9c7a44d632b5758 100644
--- a/mash/session/session.cc
+++ b/mash/session/session.cc
@@ -39,11 +39,6 @@ void Session::OnStart() {
context()->connector()->Connect(content::mojom::kBrowserServiceName);
}
-bool Session::OnConnect(const service_manager::ServiceInfo& remote_info,
- service_manager::InterfaceRegistry* registry) {
- return true;
-}
-
void Session::StartWindowManager() {
StartRestartableService(
common::GetWindowManagerServiceName(),
« no previous file with comments | « mash/session/session.h ('k') | mash/simple_wm/simple_wm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698