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

Side by Side Diff: chrome/test/data/extensions/native_client/manifest.json

Issue 7488060: Add tests for CWS restriction of Nacl plugin invocation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
OLDNEW
(Empty)
1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCp40PYAXfSDlzCW1f5MDzRW64h0YhgV7 MX8Frem0vO1ZAlq/mlUO4KxwkF2AZliFScO4Cc3CYpO6jpHXwz27tUwaN46C/LzYO7u/kb2piOep8gCl vZ64EMnDv5PIoIeZlOJhkpnfs/5FbQt5sqT9avXX7YfLCLBJBql0U/V5615wIDAQAB",
bbudge 2011/08/05 18:40:10 I copied this key from the only other 'component'
asargent_no_longer_on_chrome 2011/08/05 22:39:46 You should manually install your native_client.crx
3 "name": "NaClExtensionTest",
4 "version": "0.1",
5 "description": "Tests Chrome Webstore restriction for Native Client.",
6 "permissions": ["nativeclient"],
7 "nacl_modules": [{
8 "path": "dummy.nmf",
9 "mime_type": "application/pdf"
10 }]
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698