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

Unified Diff: chrome/test/data/extensions/managed_extension/manifest.json

Issue 14587009: Added a PolicyManifestHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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
Index: chrome/test/data/extensions/managed_extension/manifest.json
diff --git a/chrome/test/data/extensions/managed_extension/manifest.json b/chrome/test/data/extensions/managed_extension/manifest.json
index 682f22105f46ff1739e57e502077894516c99b2b..b821015d5ce3d7e1b7f31644e8d678753fbb0f47 100644
--- a/chrome/test/data/extensions/managed_extension/manifest.json
+++ b/chrome/test/data/extensions/managed_extension/manifest.json
@@ -5,6 +5,9 @@
"manifest_version": 2,
"description": "Tests that the 'managed' namespace of the Storage API works.",
"permissions": ["storage"],
+ "storage": {
+ "managed_schema": "schema/managed_storage.json"
+ },
"background": {
"scripts": ["background.js"]
}

Powered by Google App Engine
This is Rietveld 408576698