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

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

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.h
diff --git a/services/service_manager/background/background_service_manager.h b/services/service_manager/background/background_service_manager.h
index 044e545f98e67762c022b49fa511ec22d6a309aa..1926d04275671ba7608b382f645223677ff4dd04 100644
--- a/services/service_manager/background/background_service_manager.h
+++ b/services/service_manager/background/background_service_manager.h
@@ -14,10 +14,6 @@
#include "services/service_manager/public/interfaces/service.mojom.h"
#include "services/service_manager/runner/host/service_process_launcher.h"
-namespace catalog {
-class Store;
-}
-
namespace service_manager {
class ServiceManager;
@@ -35,7 +31,7 @@ class BackgroundServiceManager {
ServiceProcessLauncher::Delegate*
service_process_launcher_delegate = nullptr;
- std::unique_ptr<catalog::Store> catalog_store;
+
// If true the edk is initialized.
bool init_edk = true;
};
« no previous file with comments | « services/service_manager/background/BUILD.gn ('k') | services/service_manager/background/background_service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698