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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_win.json

Issue 10854123: Update download location for WMP plugin on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 "google-talk": { 2 "google-talk": {
3 "mime_types": [ 3 "mime_types": [
4 ], 4 ],
5 "versions": [ 5 "versions": [
6 { 6 {
7 "version": "0", 7 "version": "0",
8 "status": "up_to_date", 8 "status": "up_to_date",
9 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat or' use two completely different versioning schemes, so we can't define a minimu m version." 9 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat or' use two completely different versioning schemes, so we can't define a minimu m version."
10 } 10 }
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "audio/x-ms-wma", 227 "audio/x-ms-wma",
228 "video/x-ms-asf", 228 "video/x-ms-asf",
229 "video/x-ms-asf-plugin", 229 "video/x-ms-asf-plugin",
230 "video/x-ms-wm", 230 "video/x-ms-wm",
231 "video/x-ms-wmv", 231 "video/x-ms-wmv",
232 "video/x-ms-wvx" 232 "video/x-ms-wvx"
233 ], 233 ],
234 "lang": "en-US", 234 "lang": "en-US",
235 "name": "Windows Media Player", 235 "name": "Windows Media Player",
236 "help_url": "https://support.google.com/chrome/?p=plugin_wmp", 236 "help_url": "https://support.google.com/chrome/?p=plugin_wmp",
237 "url": "http://interoplabs.blob.core.windows.net/wmpff/wmpfirefoxplugin.exe" 237 "url": "http://www.interoperabilitybridges.com/wmp-extension-for-chrome",
238 "displayurl": true
238 }, 239 },
239 "divx-player": { 240 "divx-player": {
240 "mime_types": [ 241 "mime_types": [
241 "video/divx", 242 "video/divx",
242 "video/x-matroska" 243 "video/x-matroska"
243 ], 244 ],
244 "versions": [ 245 "versions": [
245 { 246 {
246 "version": "1.4.3.4", 247 "version": "1.4.3.4",
247 "status": "requires_authorization" 248 "status": "requires_authorization"
(...skipping 14 matching lines...) Expand all
262 "version": "4.1.10111.0", 263 "version": "4.1.10111.0",
263 "status": "up_to_date", 264 "status": "up_to_date",
264 "reference": "http://support.microsoft.com/kb/2668562" 265 "reference": "http://support.microsoft.com/kb/2668562"
265 } 266 }
266 ], 267 ],
267 "lang": "en-US", 268 "lang": "en-US",
268 "name": "Silverlight", 269 "name": "Silverlight",
269 "url": "http://go.microsoft.com/fwlink/?LinkID=149156" 270 "url": "http://go.microsoft.com/fwlink/?LinkID=149156"
270 } 271 }
271 } 272 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698