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

Unified Diff: chrome/app/BUILD.gn

Issue 2740493002: Pref service: create service at browser startup (Closed)
Patch Set: Address sammc's review comments Created 3 years, 9 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 | chrome/browser/BUILD.gn » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index 77d4efe999fc53bc9d0155dbf917dd572d139f42..271a503e703d466e379d514e37dcec6bdbb898d5 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -393,6 +393,7 @@ service_manifest("chrome_content_packaged_services_manifest_overlay") {
service_manifest("chrome_content_browser_manifest_overlay") {
source = "//chrome/browser/chrome_content_browser_manifest_overlay.json"
+ packaged_services = [ "//services/preferences:manifest" ]
}
service_manifest("chrome_content_gpu_manifest_overlay") {
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698