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

Unified Diff: content/browser/service_manager/service_manager_context.cc

Issue 2611183006: Service Manager: Miscellaneous catalog cleanup (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 | « no previous file | content/content_resources.grd » ('j') | services/service_manager/service_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_manager/service_manager_context.cc
diff --git a/content/browser/service_manager/service_manager_context.cc b/content/browser/service_manager/service_manager_context.cc
index fe9651229ad9bd52feadcd44ad6f4d7d5ed3f710..5ea734dc0f3dcf9c4f98778d314d79456c505290 100644
--- a/content/browser/service_manager/service_manager_context.cc
+++ b/content/browser/service_manager/service_manager_context.cc
@@ -30,7 +30,6 @@
#include "services/catalog/manifest_provider.h"
#include "services/catalog/public/interfaces/constants.mojom.h"
#include "services/catalog/store.h"
-#include "services/file/public/interfaces/constants.mojom.h"
#include "services/service_manager/connect_params.h"
#include "services/service_manager/public/cpp/connector.h"
#include "services/service_manager/public/cpp/service.h"
@@ -255,7 +254,6 @@ ServiceManagerContext::ServiceManagerContext() {
{ mojom::kRendererServiceName, IDR_MOJO_CONTENT_RENDERER_MANIFEST },
{ mojom::kUtilityServiceName, IDR_MOJO_CONTENT_UTILITY_MANIFEST },
{ catalog::mojom::kServiceName, IDR_MOJO_CATALOG_MANIFEST },
- { file::mojom::kServiceName, IDR_MOJO_FILE_MANIFEST }
};
for (size_t i = 0; i < arraysize(kManifests); ++i) {
« no previous file with comments | « no previous file | content/content_resources.grd » ('j') | services/service_manager/service_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698