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

Unified Diff: chrome/test/data/extensions/api_test/settings/managed_storage_disabled/manifest.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
Index: chrome/test/data/extensions/api_test/settings/managed_storage_disabled/manifest.json
diff --git a/chrome/test/data/extensions/api_test/settings/managed_storage_disabled/manifest.json b/chrome/test/data/extensions/api_test/settings/managed_storage_disabled/manifest.json
index 6eeb09f0936ae77e3e239bf143ebacc5128db8cd..a02f09ca258eaa8e32eb1720d53d3715b17715c4 100644
--- a/chrome/test/data/extensions/api_test/settings/managed_storage_disabled/manifest.json
+++ b/chrome/test/data/extensions/api_test/settings/managed_storage_disabled/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_disabled/schema.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698