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

Unified Diff: chrome/test/data/nacl/extension_validation_cache/manifest.json

Issue 263683002: Set file tokens for NaCl main nexe if available to enable validation caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: concat filepath literal 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
Index: chrome/test/data/nacl/extension_validation_cache/manifest.json
diff --git a/chrome/test/data/extensions/unpacked/manifest_with_key.json b/chrome/test/data/nacl/extension_validation_cache/manifest.json
similarity index 64%
copy from chrome/test/data/extensions/unpacked/manifest_with_key.json
copy to chrome/test/data/nacl/extension_validation_cache/manifest.json
index 4b41dd4402f7984f006d45401b55e5433dfb34b3..7a1edca8be240056620b77c60e203df36902afe6 100644
--- a/chrome/test/data/extensions/unpacked/manifest_with_key.json
+++ b/chrome/test/data/nacl/extension_validation_cache/manifest.json
@@ -1,7 +1,7 @@
{
- "name": "unpacked extension",
- "description": "this is an unpacked extension with a key in it",
- "version": "1",
+ "name": "NaCl_ValidationCacheNexeTest",
+ "version": "0.1",
"manifest_version": 2,
+ "description": "Tests NaCl validation caching for main nexe from extensions.",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoq+cJMuoIaoL2hx//QoIeHnNkXLAEu3IJGcLpM95qbmw9VnAplFI0tpSv4IpuJ1DPPsdsEMhONu1mPhK9xd3BHCtzqXRfRsnx/uOap4NTcUimxiUH3uuX9xkCNWO8EihdV0atnrKROhhnyIxmhgKmKfAYLheOrSGSXP0A4SqaBQIDAQAB"
}

Powered by Google App Engine
This is Rietveld 408576698