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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/extensions/zipfile_installer/public_key/background.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "Package with public key",
3 "version": "1.0",
4 "manifest_version": 2,
5 "description": "Good (valid) package with public key to be used for unit testi ng.",
6 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApA6hdh9nV5J3PQa4jcigI4WumJ CiTjYFjRNxHV8d5SbgLM5cCySENvAyghsZ2B0Xz19GgErkJlAfoJURWp71RSou3qhpFN6eWguhrbOlP+ uwpeISgPVTAf1kpVhigZZP18DfL4PSCY/04RRWsFAq41R3YHB8EIbcfkQz1H++ZM93SQAA+PnON9933J djmZOgUBbFKGcz9KGp/fDPjOKTgVCgJFyMfDTdx4mYDziy+/uJIyqUy7gV0GMdR67nHeRATuFC3wHZH9 3Rs7EP/PdlXB3KbmU8D173YJW4lmQkfcfnrqX/CSM+BnYfiyjmLo7HQ25+kw6RSfptW1SzwuOTzwIDAQ AB",
7 "background": {
8 "scripts": ["background.js"]
9 }
10 }
OLDNEW
« 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