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

Unified Diff: services/service_manager/background/background_service_manager.cc

Issue 2573283002: Use a static catalog manifest for the standalone Mash runner (Closed)
Patch Set: . Created 4 years 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
Index: services/service_manager/background/background_service_manager.cc
diff --git a/services/service_manager/background/background_service_manager.cc b/services/service_manager/background/background_service_manager.cc
index 567b08d6b1280600ad9e35f2fdd587e3de102ba1..19b93e4061067afd3bb97c1faa044bea9c9b18a4 100644
--- a/services/service_manager/background/background_service_manager.cc
+++ b/services/service_manager/background/background_service_manager.cc
@@ -97,8 +97,6 @@ class BackgroundServiceManager::MojoThread : public base::SimpleThread {
std::unique_ptr<Context::InitParams> context_init_params(
new Context::InitParams);
if (init_params_) {
- context_init_params->catalog_store =
- std::move(init_params_->catalog_store);
context_init_params->service_process_launcher_delegate =
init_params_->service_process_launcher_delegate;
context_init_params->init_edk = init_params_->init_edk;

Powered by Google App Engine
This is Rietveld 408576698