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

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

Issue 5642001: Fix issue that causes some extensions to be disabled right after installation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment Created 10 years 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
1 { 1 {
2 "content_scripts": [ { 2 "content_scripts": [ {
3 "js": [ "test.js" ], 3 "js": [ "test.js" ],
4 "matches": [ "http://*.google.com/*", "https://*.google.com/*", "http://ww w.example.com/*" ] 4 "matches": [ "http://*.google.com/*", "https://*.google.com/*", "http://*. google.com.hk/*", "http://www.example.com/*" ]
5 } ], 5 } ],
6 "name": "Unknown Permissions Test", 6 "name": "Unknown Permissions Test",
7 "permissions": [ "tabs", "blah" ], 7 "permissions": [ "tabs", "blah" ],
8 "version": "1" 8 "version": "1"
9 } 9 }
OLDNEW
« chrome/common/extensions/extension.cc ('K') | « chrome/common/extensions/extension_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698