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

Unified Diff: chrome/test/data/extensions/bad_private_key/manifest.json

Issue 20794003: Fix a bug where packing an extension with bad private key causes crash. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Slight wording change to the pack_extension_unittest. Created 7 years, 5 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 | « chrome/test/data/extensions/bad_private_key.pem ('k') | crypto/signature_creator_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/bad_private_key/manifest.json
diff --git a/chrome/test/data/extensions/bad_private_key/manifest.json b/chrome/test/data/extensions/bad_private_key/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..87833c94f474135383a012caa6a03a4cf6cc7702
--- /dev/null
+++ b/chrome/test/data/extensions/bad_private_key/manifest.json
@@ -0,0 +1,8 @@
+{
+ "manifest_version": 2,
+
+ "name": "Bad extension",
+ "description": "Bad bad!",
+ "version": "1.0"
+
+}
« no previous file with comments | « chrome/test/data/extensions/bad_private_key.pem ('k') | crypto/signature_creator_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698