diff options
-rw-r--r-- | chrome/common/plugin_group.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/plugin_group.cc b/chrome/common/plugin_group.cc index 19d2912..fb8e251 100644 --- a/chrome/common/plugin_group.cc +++ b/chrome/common/plugin_group.cc @@ -20,7 +20,7 @@ static const PluginGroupDefinition kGroupDefinitions[] = { "http://www.apple.com/quicktime/download/" }, { "Java", "Java", "", "", "", "http://support.apple.com/kb/HT1338" }, - { "Flash", "Shockwave Flash", "", "", "10.1.53", + { "Flash", "Shockwave Flash", "", "", "10.1.82", "http://get.adobe.com/flashplayer/" }, { "Silverlight 3", "Silverlight", "0", "4", "3.0.50106.0", "http://go.microsoft.com/fwlink/?LinkID=185927" }, @@ -44,7 +44,7 @@ static const PluginGroupDefinition kGroupDefinitions[] = { "http://get.adobe.com/reader/" }, { "Adobe Reader 8", "Adobe Acrobat", "0", "9", "8.2.3", "http://get.adobe.com/reader/" }, - { "Flash", "Shockwave Flash", "", "", "10.1.53", + { "Flash", "Shockwave Flash", "", "", "10.1.82", "http://get.adobe.com/flashplayer/" }, { "Silverlight 3", "Silverlight", "0", "4", "3.0.50106.0", "http://go.microsoft.com/fwlink/?LinkID=185927" }, |