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

Unified Diff: chrome/test/data/extensions/managed_extension/schema/managed_storage.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/schema/managed_storage.json
diff --git a/chrome/test/data/extensions/managed_extension/schema/managed_storage.json b/chrome/test/data/extensions/managed_extension/schema/managed_storage.json
new file mode 100644
index 0000000000000000000000000000000000000000..101fe2bb703b314ac0c93c72d4222e7a188310e7
--- /dev/null
+++ b/chrome/test/data/extensions/managed_extension/schema/managed_storage.json
@@ -0,0 +1,12 @@
+{
+ "$schema": "http://json-schema.org/draft-03/schema#",
not at google - send to devlin 2013/05/23 16:56:18 just curious but is there any particular reason th
Joao da Silva 2013/05/24 21:31:49 Yes; thanks for asking 'cause I had forgotten abou
not at google - send to devlin 2013/05/25 00:50:57 It would still be a a valid URL, and in fact the e
+ "type": "object",
+ "properties": {
+ "Name": {
+ "type": "string"
+ },
+ "Another": {
+ "type": "string"
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698