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

Side by Side Diff: chrome/browser/resources/plugins_mac.json

Issue 8851007: WIP / Do not commit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 "plugins": [ 2 "plugins": [
3 { 3 {
4 "mime_types": [ 4 "mime_types": [
5 "application/x-java-applet", 5 "application/x-java-applet",
6 "application/x-java-applet,version=1.1", 6 "application/x-java-applet,version=1.1",
7 "application/x-java-applet,version=1.1.1", 7 "application/x-java-applet,version=1.1.1",
8 "application/x-java-applet,version=1.1.2", 8 "application/x-java-applet,version=1.1.2",
9 "application/x-java-applet,version=1.1.3", 9 "application/x-java-applet,version=1.1.3",
10 "application/x-java-applet,version=1.2", 10 "application/x-java-applet,version=1.2",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 { 43 {
44 "mime_types": [ 44 "mime_types": [
45 "audio/vnd.rn-realaudio", 45 "audio/vnd.rn-realaudio",
46 "video/vnd.rn-realvideo", 46 "video/vnd.rn-realvideo",
47 "audio/x-pn-realaudio-plugin", 47 "audio/x-pn-realaudio-plugin",
48 "audio/x-pn-realaudio" 48 "audio/x-pn-realaudio"
49 ], 49 ],
50 "lang": "en-US", 50 "lang": "en-US",
51 "name": "RealPlayer", 51 "name": "RealPlayer",
52 "identifier": "realplayer", 52 "identifier": "realplayer",
53 "url": "http://www.real.com/realplayer/download", 53 "url": "http://director.real.com/realplayer?type=rpsp_mac"
54 "displayurl": true
55 }, 54 },
56 { 55 {
57 "mime_types": [ 56 "mime_types": [
58 "application/futuresplash", 57 "application/futuresplash",
59 "application/x-shockwave-flash" 58 "application/x-shockwave-flash"
60 ], 59 ],
61 "lang": "en-US", 60 "lang": "en-US",
62 "name": "Adobe Flash Player", 61 "name": "Adobe Flash Player",
63 "identifier": "adobe-flash-player", 62 "identifier": "adobe-flash-player",
64 "url": "http://get.adobe.com/flashplayer/", 63 "url": "http://get.adobe.com/flashplayer/",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "displayurl": true 166 "displayurl": true
168 }, 167 },
169 { 168 {
170 "mime_types": [ 169 "mime_types": [
171 "video/divx", 170 "video/divx",
172 "video/x-matroska" 171 "video/x-matroska"
173 ], 172 ],
174 "lang": "en-US", 173 "lang": "en-US",
175 "name": "DivX Web Player", 174 "name": "DivX Web Player",
176 "identifier": "divx-player", 175 "identifier": "divx-player",
177 "url": "http://www.divx.com/en/downloads/divx/mac", 176 "url": "http://www.divx.com/en/downloads/divx/mac"
177 },
178 {
179 "mime_types": [
180 "application/x-silverlight",
181 "application/x-silverlight-2"
182 ],
183 "lang": "en-US",
184 "name": "Silverlight",
185 "identifier": "silverlight",
186 "url": "http://go.microsoft.com/fwlink/?LinkID=149156",
178 "displayurl": true 187 "displayurl": true
179 } 188 }
180 ] 189 ]
181 } 190 }
OLDNEW
« no previous file with comments | « chrome/browser/repost_form_warning_controller.cc ('k') | chrome/browser/resources/plugins_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698