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

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

Issue 11418129: Matching IBM Java plugin using pattern matching. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: chrome/browser/resources/plugin_metadata/plugins_chromeos.json
===================================================================
--- chrome/browser/resources/plugin_metadata/plugins_chromeos.json (revision 169236)
+++ chrome/browser/resources/plugin_metadata/plugins_chromeos.json (working copy)
@@ -10,7 +10,7 @@
}
],
"name": "Google Talk",
- "group_name_matcher": "Google Talk"
+ "group_name_matcher": "*Google Talk*"
},
"adobe-flash-player": {
"mime_types": [
@@ -27,7 +27,7 @@
"help_url": "https://support.google.com/chrome/?p=plugin_flash",
"url": "http://get.adobe.com/flashplayer/",
"displayurl": true,
- "group_name_matcher": "Shockwave Flash"
+ "group_name_matcher": "*Shockwave Flash*"
},
"google-chrome-pdf": {
"mime_types": [
@@ -40,7 +40,7 @@
}
],
"name": "Chrome PDF Viewer",
- "group_name_matcher": "Chrome PDF Viewer"
+ "group_name_matcher": "*Chrome PDF Viewer*"
},
"netflix": {
"mime_types": [
@@ -53,6 +53,6 @@
}
],
"name": "Netflix",
- "group_name_matcher": "Netflix"
+ "group_name_matcher": "*Netflix*"
}
}

Powered by Google App Engine
This is Rietveld 408576698