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

Side by Side Diff: chrome/test/data/extensions/managed_extension2/managed_storage_schema.json

Issue 14587009: Added a PolicyManifestHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "$schema": "http://json-schema.org/draft-03/schema#",
3 "type": "object",
4 "properties": {
5 "Name": {
6 "type": "string"
7 },
8 "Another": {
9 "type": "string"
10 }
11 }
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698