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

Unified Diff: mash/init/init.cc

Issue 1943993005: Remove wildcard usage in interface lists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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.h ('k') | mash/init/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/init/init.cc
diff --git a/mash/init/init.cc b/mash/init/init.cc
index b68c8661e275e013fd4e4121257207135930c9ea..ab41b3b24aa6babfdd47466264569fe58fc428e5 100644
--- a/mash/init/init.cc
+++ b/mash/init/init.cc
@@ -24,7 +24,6 @@ void Init::Initialize(shell::Connector* connector,
connector_ = connector;
connector_->Connect("mojo:mus");
StartTracing();
- StartResourceProvider();
StartLogin();
}
@@ -65,10 +64,6 @@ void Init::StartTracing() {
connector_->Connect("mojo:tracing");
}
-void Init::StartResourceProvider() {
- connector_->Connect("mojo:resource_provider");
-}
-
void Init::StartLogin() {
login_connection_ = connector_->Connect("mojo:login");
login_connection_->AddInterface<mojom::Init>(this);
« no previous file with comments | « mash/init/init.h ('k') | mash/init/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698