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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/content_verifier/payload.json
diff --git a/extensions/test/data/content_verifier/payload.json b/extensions/test/data/content_verifier/payload.json
new file mode 100644
index 0000000000000000000000000000000000000000..999506966602caf75bbd016fc242a7ef2f2ff787
--- /dev/null
+++ b/extensions/test/data/content_verifier/payload.json
@@ -0,0 +1,25 @@
+{
+ "content_hashes": [
+ {
+ "block_size": 4096,
+ "hash_block_size": 4096,
+ "format": "treehash",
+ "files": [
+ {
+ "path": "manifest.json",
+ "root_hash": "fafcb22089fb8920b383b5f7202508e7065aded1bbc3bbf2882724c5974919fb"
+ },
+ {
+ "path": "background.js",
+ "root_hash": "b711e21b9290bcda0f3921f915b428f596f9809db78f7a0507446ef433a7ce2c"
+ },
+ {
+ "path": "foo/bar.html",
+ "root_hash": "2f7ecb15b4ff866b7144bec07c664df584e95baca8cff662435a292c99f53595"
+ }
+ ]
+ }
+ ],
+ "item_id": "abcdefghijklmnopabcdefghijklmnop",
+ "item_version": "1.2.3"
+}
« 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