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

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

Issue 10451012: Revert 138795 - Revert "nss: revert encrypted and origin bound certificates support." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 { 1 {
2 "name": "Test for symlinked content in unpacked extension", 2 "name": "Test for symlinked content in unpacked extension",
3 "description": "This is an extension used to test that file symlinks are allow ed within unpacked extensions", 3 "description": "This is an extension used to test that file symlinks are allow ed within unpacked extensions",
4 "version": "1", 4 "version": "1",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "browser_action": { 6 "browser_action": {
7 "default_icon": "icon.png" 7 "default_icon": "icon.png"
8 } 8 }
9 } 9 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/unpacked/symlinks_allowed/icon.png ('k') | content/browser/fileapi/fileapi_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698