diff options
author | mal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-07 23:51:51 +0000 |
---|---|---|
committer | mal@chromium.org <mal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-07 23:51:51 +0000 |
commit | 4c48642bad516610704dd6ec7b7ec1cc09dabbb2 (patch) | |
tree | 4bfc0106b1f4913b0bfd368b6ce25464d5bc13a1 /webkit/default_plugin/plugins2.xml | |
parent | 62311edabde1105ca4231a220521951553cf3e19 (diff) | |
download | chromium_src-4c48642bad516610704dd6ec7b7ec1cc09dabbb2.zip chromium_src-4c48642bad516610704dd6ec7b7ec1cc09dabbb2.tar.gz chromium_src-4c48642bad516610704dd6ec7b7ec1cc09dabbb2.tar.bz2 |
Update the plugin finder service.
1. Change the URL for real player to
http://forms.real.com/real/realone/download.html?type=rpsp_us
2. Add divX as the handler for previously undefined mime-types:
video/divx
video/x-matroska
R= ananta
BUG= http://b/2200313
TEST= uninstall divx and/or realPlayer. Visit pages that use their plugins.
Make sure Chrome offers to install.
Review URL: http://codereview.chromium.org/466062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34018 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/default_plugin/plugins2.xml')
-rw-r--r-- | webkit/default_plugin/plugins2.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/webkit/default_plugin/plugins2.xml b/webkit/default_plugin/plugins2.xml index 472a04b..3cddca3 100644 --- a/webkit/default_plugin/plugins2.xml +++ b/webkit/default_plugin/plugins2.xml @@ -11,7 +11,7 @@ <mime_types>audio/x-pn-realaudio-plugin;audio/x-pn-realaudio;audio/vnd.rn-realaudio;video/vnd.rn-realvideo</mime_types> <lang>en-us</lang> <name>RealPlayer</name> - <url>http://software-dl.real.com/free/windows/installer/R41R02F/RealPlayer11GOLD.exe</url> + <url>http://forms.real.com/real/realone/download.html?type=rpsp_us</url> </plugin> <plugin> @@ -48,5 +48,12 @@ <name>Windows Media Player Plugin</name> <url>http://port25.technet.com/videos/downloads/wmpfirefoxplugin.exe</url> </plugin> + + <plugin> + <mime_types>video/divx;video/x-matroska</mime_types> + <lang>en-us</lang> + <name>DivX Web Player</name> + <url>http://download.divx.com/player/divxdotcom/DivXWebPlayerInstaller.exe</url> + </plugin> </plugins>
\ No newline at end of file |