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

Unified Diff: services/catalog/data/instance

Issue 1916183004: Eliminate support for V0 manifests, migrate all to V1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@explicit
Patch Set: . Created 4 years, 8 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 | « services/catalog/data/capabilities ('k') | services/catalog/data/malformed » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/data/instance
diff --git a/services/catalog/data/instance b/services/catalog/data/instance
index 41cc63d6991d77625f20f9c3dc2d5a314dce2e84..c000efd386653f1fed51c3cdc611321b96d6cc30 100644
--- a/services/catalog/data/instance
+++ b/services/catalog/data/instance
@@ -1,6 +1,7 @@
{
+ "manifest_version": 1,
"name": "mojo:foo",
"display_name": "Foo",
"process-group": "bar",
- "capabilities": {}
+ "capabilities": { }
}
« no previous file with comments | « services/catalog/data/capabilities ('k') | services/catalog/data/malformed » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698