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

Unified Diff: chrome/test/base/mash_browser_tests_manifest.json

Issue 2440903002: Make "all user" services work when packaged. (Closed)
Patch Set: Addressed latest comments and synced. Created 4 years, 2 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 | « chrome/app/mash/chrome_mash_manifest.json ('k') | mash/task_viewer/task_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/mash_browser_tests_manifest.json
diff --git a/chrome/test/base/mash_browser_tests_manifest.json b/chrome/test/base/mash_browser_tests_manifest.json
index 9748dfc2edc2f568fda55896df285270c7b6755d..23536e380961bb6f59259a073c75abdaef189bb9 100644
--- a/chrome/test/base/mash_browser_tests_manifest.json
+++ b/chrome/test/base/mash_browser_tests_manifest.json
@@ -9,7 +9,10 @@
]
},
"requires": {
- "*": [ "app" ]
+ "*": [ "app" ],
+ "service:service_manager": [
+ "service_manager:instance_per_child"
+ ]
}
}
}
« no previous file with comments | « chrome/app/mash/chrome_mash_manifest.json ('k') | mash/task_viewer/task_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698