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"] |
} |