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

Unified Diff: chrome/common/plugin_group.cc

Issue 3034050: Add Java plugin group on Mac. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: change update link Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/plugin_group.cc
diff --git a/chrome/common/plugin_group.cc b/chrome/common/plugin_group.cc
index 5df39b314f690d211b70715c87710eb893834350..e65371d8334dd6258a9a6a5314c5ed7b870f246d 100644
--- a/chrome/common/plugin_group.cc
+++ b/chrome/common/plugin_group.cc
@@ -14,11 +14,12 @@
// Plugin Groups for Mac.
// Plugins are listed here as soon as vulnerabilities and solutions
// (new versions) are published.
-// TODO(panayiotis): Track Java as soon as it's supported on Chrome Mac.
// TODO(panayiotis): Get the Real Player version on Mac, somehow.
static const PluginGroupDefinition kGroupDefinitions[] = {
{ "Quicktime", "QuickTime Plug-in", "", "", "7.6.6",
"http://www.apple.com/quicktime/download/" },
+ { "Java", "Java", "", "", "",
+ "http://support.apple.com/kb/HT1338" },
{ "Flash", "Shockwave Flash", "", "", "10.1.53",
"http://get.adobe.com/flashplayer/" },
{ "Silverlight 3", "Silverlight", "0", "4", "3.0.50106.0",
« 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