diff options
author | panayiotis@google.com <panayiotis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-13 20:49:29 +0000 |
---|---|---|
committer | panayiotis@google.com <panayiotis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-13 20:49:29 +0000 |
commit | 44fa33987644162bd5e53afb4d172c249cf33d41 (patch) | |
tree | 74ef491588a31ed80ad36bd7c9f8c4aa7bd18a61 /chrome/common/plugin_group.cc | |
parent | 55b4e21b1acd4b82feb69017dfb65b5b74b070ba (diff) | |
download | chromium_src-44fa33987644162bd5e53afb4d172c249cf33d41.zip chromium_src-44fa33987644162bd5e53afb4d172c249cf33d41.tar.gz chromium_src-44fa33987644162bd5e53afb4d172c249cf33d41.tar.bz2 |
Update latest secure version of Quicktime for Windows. See http://support.apple.com/kb/HT4290
BUG=None
TEST=unit_tests
Review URL: http://codereview.chromium.org/3159016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/plugin_group.cc')
-rw-r--r-- | chrome/common/plugin_group.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/plugin_group.cc b/chrome/common/plugin_group.cc index 5c9814e..557b67d 100644 --- a/chrome/common/plugin_group.cc +++ b/chrome/common/plugin_group.cc @@ -36,7 +36,7 @@ static const PluginGroupDefinition kGroupDefinitions[] = { // TODO(panayiotis): We should group "RealJukebox NS Plugin" with the rest of // the RealPlayer files. static const PluginGroupDefinition kGroupDefinitions[] = { - { "Quicktime", "QuickTime Plug-in", "", "", "7.6.6", + { "Quicktime", "QuickTime Plug-in", "", "", "7.6.7", "http://www.apple.com/quicktime/download/" }, { "Java 6", "Java", "", "6", "6.0.200", "http://www.java.com/" }, @@ -351,4 +351,3 @@ void PluginGroup::Enable(bool enable) { } } } - |