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

Side by Side Diff: chrome/browser/resources/plugins_win.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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 }, 162 },
163 { 163 {
164 "mime_types": [ 164 "mime_types": [
165 "video/divx", 165 "video/divx",
166 "video/x-matroska" 166 "video/x-matroska"
167 ], 167 ],
168 "lang": "en-US", 168 "lang": "en-US",
169 "name": "DivX Web Player", 169 "name": "DivX Web Player",
170 "identifier": "divx-player", 170 "identifier": "divx-player",
171 "url": "http://download.divx.com/player/divxdotcom/DivXWebPlayerInstaller. exe" 171 "url": "http://download.divx.com/player/divxdotcom/DivXWebPlayerInstaller. exe"
172 },
173 {
174 "mime_types": [
175 "application/x-silverlight",
176 "application/x-silverlight-2"
177 ],
178 "lang": "en-US",
179 "name": "Silverlight",
180 "identifier": "silverlight",
181 "url": "http://go.microsoft.com/fwlink/?LinkID=149156"
172 } 182 }
173 ] 183 ]
174 } 184 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/plugins_mac.json ('k') | chrome/browser/resources/repost_form_warning.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698