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

Unified Diff: chrome/test/data/extensions/zipfile_installer/public_key/manifest.json

Issue 444743005: Test data files for zipfile_installer_unittest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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/zipfile_installer/public_key/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/zipfile_installer/public_key/manifest.json
diff --git a/chrome/test/data/extensions/zipfile_installer/public_key/manifest.json b/chrome/test/data/extensions/zipfile_installer/public_key/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..1ec503a029704f8ec612b9f989dfa5cdced203fa
--- /dev/null
+++ b/chrome/test/data/extensions/zipfile_installer/public_key/manifest.json
@@ -0,0 +1,10 @@
+{
+ "name": "Package with public key",
+ "version": "1.0",
+ "manifest_version": 2,
+ "description": "Good (valid) package with public key to be used for unit testing.",
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApA6hdh9nV5J3PQa4jcigI4WumJCiTjYFjRNxHV8d5SbgLM5cCySENvAyghsZ2B0Xz19GgErkJlAfoJURWp71RSou3qhpFN6eWguhrbOlP+uwpeISgPVTAf1kpVhigZZP18DfL4PSCY/04RRWsFAq41R3YHB8EIbcfkQz1H++ZM93SQAA+PnON9933JdjmZOgUBbFKGcz9KGp/fDPjOKTgVCgJFyMfDTdx4mYDziy+/uJIyqUy7gV0GMdR67nHeRATuFC3wHZH93Rs7EP/PdlXB3KbmU8D173YJW4lmQkfcfnrqX/CSM+BnYfiyjmLo7HQ25+kw6RSfptW1SzwuOTzwIDAQAB",
+ "background": {
+ "scripts": ["background.js"]
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/zipfile_installer/public_key/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698