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

Unified Diff: chrome/test/data/extensions/api_test/settings/managed_storage_events/schema.json

Issue 60823003: Introduced a ForwardingPolicyProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed ios Created 7 years, 1 month 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/test/data/extensions/api_test/settings/managed_storage_events/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/settings/managed_storage_events/schema.json
diff --git a/chrome/test/data/extensions/api_test/settings/managed_storage_events/schema.json b/chrome/test/data/extensions/api_test/settings/managed_storage_events/schema.json
new file mode 100644
index 0000000000000000000000000000000000000000..9fcb58f2f5d1f39f3467637580ffdfd59ca950b8
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/settings/managed_storage_events/schema.json
@@ -0,0 +1,9 @@
+{
+ "type": "object",
+ "properties": {
+ "constant-policy": { "type": "string" },
+ "changes-policy": { "type": "string" },
+ "deleted-policy": { "type": "string" },
+ "new-policy": { "type": "string" }
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/settings/managed_storage_events/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698