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

Unified Diff: chrome/test/data/extensions/api_test/settings/managed_storage/manifest.json

Issue 56623005: Policy providers all get a SchemaRegistry to work with. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-policy-schema-9-purge-with-callback
Patch Set: rebase 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
Index: chrome/test/data/extensions/api_test/settings/managed_storage/manifest.json
diff --git a/chrome/test/data/extensions/api_test/settings/managed_storage/manifest.json b/chrome/test/data/extensions/api_test/settings/managed_storage/manifest.json
index 19c4c5519e29682ccd8f8f516b064759f5a7edef..67151b4e19070d82866d7ed222cb35bf99b8799e 100644
--- a/chrome/test/data/extensions/api_test/settings/managed_storage/manifest.json
+++ b/chrome/test/data/extensions/api_test/settings/managed_storage/manifest.json
@@ -7,5 +7,8 @@
"permissions": ["storage"],
"background": {
"scripts": ["background.js"]
+ },
+ "storage": {
+ "managed_schema": "schema.json"
}
}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/data/extensions/api_test/settings/managed_storage/schema.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698