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

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

Issue 8664027: Add PluginInstaller to encapsulate information about a missing plug-in. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 1 month 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 | « chrome/browser/plugin_observer.cc ('k') | chrome/browser/resources/plugins_win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/plugins_mac.json
diff --git a/chrome/browser/resources/plugins_mac.json b/chrome/browser/resources/plugins_mac.json
index 1f0a4563bf9ad00ca5c93fb5148c460daaa34a11..09c1e9254b1376de945829c0fbfe4b96432a7169 100644
--- a/chrome/browser/resources/plugins_mac.json
+++ b/chrome/browser/resources/plugins_mac.json
@@ -36,6 +36,7 @@
],
"lang": "en-US",
"name": "Java(TM)",
+ "identifier": "java-runtime-environment",
"url": "http://java.com/en/download/apple_manual.jsp",
"displayurl": true
},
@@ -48,6 +49,7 @@
],
"lang": "en-US",
"name": "RealPlayer",
+ "identifier": "realplayer",
"url": "http://www.real.com/realplayer/download",
"displayurl": true
},
@@ -58,6 +60,7 @@
],
"lang": "en-US",
"name": "Adobe Flash Player",
+ "identifier": "adobe-flash-player",
"url": "http://get.adobe.com/flashplayer/",
"displayurl": true
},
@@ -67,6 +70,7 @@
],
"lang": "en-US",
"name": "Adobe Shockwave Player",
+ "identifier": "shockwave",
"url": "http://www.adobe.com/shockwave/download/",
"displayurl": true
},
@@ -81,6 +85,7 @@
],
"lang": "en-US",
"name": "Adobe Reader",
+ "identifier": "adobe-reader",
"url": "http://get.adobe.com/reader/",
"displayurl": true
},
@@ -138,6 +143,7 @@
],
"lang": "en-US",
"name": "QuickTime Player",
+ "identifier": "apple-quicktime",
"url": "http://www.apple.com/quicktime/download/",
"displayurl": true
},
@@ -156,6 +162,7 @@
],
"lang": "en-US",
"name": "Flip4Mac",
+ "identifier": "flip4mac",
"url": "http://www.telestream.net/flip4mac-wmv/overview.htm",
"displayurl": true
},
@@ -166,6 +173,7 @@
],
"lang": "en-US",
"name": "DivX Web Player",
+ "identifier": "divx-player",
"url": "http://www.divx.com/en/downloads/divx/mac",
"displayurl": true
}
« no previous file with comments | « chrome/browser/plugin_observer.cc ('k') | chrome/browser/resources/plugins_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698