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

Side by Side Diff: chrome/test/data/extensions/pending_updates_with_imports/Preferences

Issue 22407017: Remove whitelist restriction for Shared Modules on dev channel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test + rebase Created 7 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
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('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
1 { 1 {
2 "extensions": { 2 "extensions": {
3 "settings": { 3 "settings": {
4 "bjafgdebaacbbbecmhlhpofkepfkgcpa": { 4 "bjafgdebaacbbbecmhlhpofkepfkgcpa": {
5 "location": 1, 5 "location": 1,
6 "path": "bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0", 6 "path": "bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0",
7 "granted_permissions": { 7 "granted_permissions": {
8 "full": false, 8 "full": false,
9 "api": [ "tabs" ] 9 "api": [ "tabs" ]
10 }, 10 },
(...skipping 17 matching lines...) Expand all
28 "granted_permissions": { 28 "granted_permissions": {
29 "full": true 29 "full": true
30 }, 30 },
31 "state": 1, 31 "state": 1,
32 "from_webstore": false, 32 "from_webstore": false,
33 "manifest": { 33 "manifest": {
34 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1nrgIE4OIQez0DVtc3J PR5O69s0XrH7TYC/xUC2e7Cla6eZldsA1PCWzLacimqtwfu7ljGXslk0HffkWNNou28Ip07KIC5oQHGE ieAkNdPd3Pfi7QcAz+D0/xNPxuMtTKyuptWNtb2TTWD0MG7IdLHbMYFO6avkZtP+ldiKqxOwIDAQAB", 34 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1nrgIE4OIQez0DVtc3J PR5O69s0XrH7TYC/xUC2e7Cla6eZldsA1PCWzLacimqtwfu7ljGXslk0HffkWNNou28Ip07KIC5oQHGE ieAkNdPd3Pfi7QcAz+D0/xNPxuMtTKyuptWNtb2TTWD0MG7IdLHbMYFO6avkZtP+ldiKqxOwIDAQAB",
35 "version": "2", 35 "version": "2",
36 "manifest_version": 2, 36 "manifest_version": 2,
37 "name": "My extension 2", 37 "name": "My extension 2",
38 "export": [ 38 "export": {
39 "*" 39 "resources": [
40 ], 40 "*"
41 ]
42 },
41 "background": { 43 "background": {
42 "page": "background.html" 44 "page": "background.html"
43 } 45 }
44 } 46 }
45 }, 47 },
46 "behllobkkfkfnphdnhnkndlbkcpglgmj": { 48 "behllobkkfkfnphdnhnkndlbkcpglgmj": {
47 "granted_permissions": { 49 "granted_permissions": {
48 "full": true 50 "full": true
49 }, 51 },
50 "idle_install_info": { 52 "idle_install_info": {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 ], 140 ],
139 "background": { 141 "background": {
140 "page": "background.html" 142 "page": "background.html"
141 } 143 }
142 } 144 }
143 } 145 }
144 } 146 }
145 } 147 }
146 } 148 }
147 } 149 }
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698