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

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

Issue 10823434: [6] Moves CreateVersionFromString to plugin_utils and updates the callers. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 2nd CL in series to delete PluginGroup. Created 8 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
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 62b09f383f8694ddb46f94dc0c64afb4c6bd5ce7..fcc599bcf807a5a190fd658eaa283189a6c00d73 100644
--- a/chrome/browser/resources/plugin_metadata/plugins_mac.json
+++ b/chrome/browser/resources/plugin_metadata/plugins_mac.json
@@ -9,7 +9,8 @@
"comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerator' use two completely different versioning schemes, so we can't define a minimum version."
}
],
- "name": "Google Talk"
+ "name": "Google Talk",
+ "group_name_matcher": "Google Talk"
},
"java-runtime-environment": {
"mime_types": [
@@ -74,7 +75,8 @@
"name": "Java(TM)",
"url": "http://java.com/en/download/apple_manual.jsp",
"help_url": "https://support.google.com/chrome/?p=plugin_java",
- "displayurl": true
+ "displayurl": true,
+ "group_name_matcher": "Java"
},
"realplayer": {
"mime_types": [
@@ -111,7 +113,8 @@
"name": "Adobe Flash Player",
"url": "http://get.adobe.com/flashplayer/",
"help_url": "https://support.google.com/chrome/?p=plugin_flash",
- "displayurl": true
+ "displayurl": true,
+ "group_name_matcher": "Shockwave Flash"
},
"adobe-shockwave": {
"mime_types": [
@@ -127,7 +130,8 @@
"lang": "en-US",
"name": "Adobe Shockwave Player",
"url": "http://fpdownload.macromedia.com/get/shockwave/default/english/macosx/latest/Shockwave_Installer_Full_64bit.dmg",
- "help_url": "https://support.google.com/chrome/?p=plugin_shockwave"
+ "help_url": "https://support.google.com/chrome/?p=plugin_shockwave",
+ "group_name_matcher": "Shockwave for Director"
},
"apple-quicktime": {
"mime_types": [
@@ -191,7 +195,8 @@
"name": "QuickTime Player",
"url": "http://www.apple.com/quicktime/download/",
"help_url": "https://support.google.com/chrome/?p=plugin_quicktime",
- "displayurl": true
+ "displayurl": true,
+ "group_name_matcher": "QuickTime Plug-in"
},
"flip4mac": {
"mime_types": [
@@ -216,7 +221,8 @@
"name": "Flip4Mac",
"url": "http://www.microsoft.com/download/en/confirmation.aspx?id=9442",
"help_url": "https://support.google.com/chrome/?p=plugin_wmp",
- "displayurl": true
+ "displayurl": true,
+ "group_name_matcher": "Flip4Mac"
},
"divx-player": {
"mime_types": [
@@ -232,7 +238,8 @@
"lang": "en-US",
"name": "DivX Web Player",
"url": "http://www.divx.com/en/downloads/divx/mac",
- "help_url": "https://support.google.com/chrome/?p=plugin_divx"
+ "help_url": "https://support.google.com/chrome/?p=plugin_divx",
+ "group_name_matcher": "DivX Plus Web Player"
},
"silverlight": {
"mime_types": [
@@ -249,6 +256,20 @@
"lang": "en-US",
"name": "Silverlight",
"url": "http://go.microsoft.com/fwlink/?LinkID=149156",
- "displayurl": true
+ "displayurl": true,
+ "group_name_matcher": "Silverlight"
+ },
+ "google-chrome-pdf": {
+ "mime_types": [
+ ],
+ "versions": [
+ {
+ "version": "0",
+ "status": "up_to_date",
+ "comment": "Chrome PDF Viewer has no version information."
+ }
+ ],
+ "name": "Chrome PDF Viewer",
+ "group_name_matcher": "Chrome PDF Viewer"
}
}

Powered by Google App Engine
This is Rietveld 408576698