diff options
author | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-21 09:22:01 +0000 |
---|---|---|
committer | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-21 09:22:01 +0000 |
commit | 377528fdc3d04c24cc7b06a8f4ebe7d13e7f6832 (patch) | |
tree | fe0c4ded21a2984388f77b21c9a8df4efca5d668 | |
parent | 4586c978061839a925dd557e2469a38acdfaf0df (diff) | |
download | chromium_src-377528fdc3d04c24cc7b06a8f4ebe7d13e7f6832.zip chromium_src-377528fdc3d04c24cc7b06a8f4ebe7d13e7f6832.tar.gz chromium_src-377528fdc3d04c24cc7b06a8f4ebe7d13e7f6832.tar.bz2 |
Update the Windows minimum QuickTime version. Unfortunately, we can't do this
for Mac yet as the QuickTime versioning is inconsistent in Mac OS X 10.5.x
vs. 10.6.x. 10.6.x leaves the version as 7.6.6 even with the security updates
applied??
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6541049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75534 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/plugins/npapi/plugin_list.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/npapi/plugin_list.cc b/webkit/plugins/npapi/plugin_list.cc index c72c934..5aa1a99 100644 --- a/webkit/plugins/npapi/plugin_list.cc +++ b/webkit/plugins/npapi/plugin_list.cc @@ -86,7 +86,7 @@ static const PluginGroupDefinition kGroupDefinitions[] = { // TODO(panayiotis): We should group "RealJukebox NS Plugin" with the rest of // the RealPlayer files. static const VersionRangeDefinition kQuicktimeVersionRange[] = { - { "", "", "7.6.8", true } + { "", "", "7.6.9", true } }; static const VersionRangeDefinition kJavaVersionRange[] = { { "0", "7", "6.0.240", true } // "240" is not a typo. |