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

Unified Diff: mojo/services/tracing/manifest.json

Issue 1810713002: Cascade shutdown of instances (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@55all_users
Patch Set: . Created 4 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 | « mojo/services/catalog/manifest.json ('k') | mojo/shell/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/tracing/manifest.json
diff --git a/mojo/services/tracing/manifest.json b/mojo/services/tracing/manifest.json
index 30d9371fbd2a7b3dab9266bfdd7a70083612ddb8..adbdc5882971fb483251a081aa0b36d73b5dd97c 100644
--- a/mojo/services/tracing/manifest.json
+++ b/mojo/services/tracing/manifest.json
@@ -1,5 +1,10 @@
{
+ "manifest_version": 1,
"name": "mojo:tracing",
"display_name": "Tracing Collector",
- "capabilities": {}
+ "capabilities": {
+ "required": {
+ "mojo:shell": { "classes": [ "all_users" ] }
+ }
+ }
}
« no previous file with comments | « mojo/services/catalog/manifest.json ('k') | mojo/shell/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698