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

Side by Side Diff: extensions/test/data/content_verifier/payload.json

Issue 278593005: Extension content verification: new class for parsing data from store (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows compile in unit tests file Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "content_hashes": [
3 {
4 "block_size": 4096,
5 "hash_block_size": 4096,
6 "format": "treehash",
7 "files": [
8 {
9 "path": "manifest.json",
10 "root_hash": "fafcb22089fb8920b383b5f7202508e7065aded1bbc3bbf2882724c5 974919fb"
11 },
12 {
13 "path": "background.js",
14 "root_hash": "b711e21b9290bcda0f3921f915b428f596f9809db78f7a0507446ef4 33a7ce2c"
15 },
16 {
17 "path": "foo/bar.html",
18 "root_hash": "2f7ecb15b4ff866b7144bec07c664df584e95baca8cff662435a292c 99f53595"
19 }
20 ]
21 }
22 ],
23 "item_id": "abcdefghijklmnopabcdefghijklmnop",
24 "item_version": "1.2.3"
25 }
OLDNEW
« no previous file with comments | « extensions/test/data/content_verifier/README ('k') | extensions/test/data/content_verifier/private_key.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698