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

Unified Diff: chrome/browser/resources/plugin_metadata/plugins_mac.json

Issue 566893002: Add a fallback for unparseable Java version numbers on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 3 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/browser/resources/plugin_metadata/plugins_mac.json
diff --git a/chrome/browser/resources/plugin_metadata/plugins_mac.json b/chrome/browser/resources/plugin_metadata/plugins_mac.json
index ed4eab077676f2eac225eab9a6b8e7e6df736a6f..e9b3f902d0de1848b4161e79ccab12fda2eadf74 100644
--- a/chrome/browser/resources/plugin_metadata/plugins_mac.json
+++ b/chrome/browser/resources/plugin_metadata/plugins_mac.json
@@ -49,6 +49,15 @@
],
"versions": [
{
+ "version": "0",
+ "status": "requires_authorization",
+ "comment": "Newer versions of Java don't have a standard version number anymore."
+ },
+ {
+ "version": "12",
+ "status": "out_of_date"
+ },
+ {
"version": "12.8.0",
"status": "requires_authorization",
"comment": "Leopard"
« 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