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

Unified Diff: chrome/test/data/extensions/unpacked/manifest_no_key.json

Issue 9320021: Fix crash in ExtensionService::InitializePermissions(). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add the test data Created 8 years, 11 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/common/extensions/extension.cc ('k') | chrome/test/data/extensions/unpacked/manifest_with_key.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/unpacked/manifest_no_key.json
diff --git a/chrome/test/data/extensions/unpacked/manifest_no_key.json b/chrome/test/data/extensions/unpacked/manifest_no_key.json
new file mode 100644
index 0000000000000000000000000000000000000000..322a941282ed850de6963002d56ad2ea14f2d9bd
--- /dev/null
+++ b/chrome/test/data/extensions/unpacked/manifest_no_key.json
@@ -0,0 +1,6 @@
+{
+ "name": "unpacked extension",
+ "description": "this is an unpacked extension with a key in it",
+ "version": "1",
+ "manifest_version": 2
+}
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/test/data/extensions/unpacked/manifest_with_key.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698