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

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

Issue 11016005: Using MIME types in addition to plugin name to differentiate between plugins. (Closed) Base URL: http://git.chromium.org/chromium/src.git@5_plugins_resource_service
Patch Set: fixed error Created 8 years, 2 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 | « chrome/browser/plugins/plugin_metadata_unittest.cc ('k') | webkit/plugins/npapi/plugin_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/plugin_metadata/plugins_linux.json
diff --git a/chrome/browser/resources/plugin_metadata/plugins_linux.json b/chrome/browser/resources/plugin_metadata/plugins_linux.json
index e3aad1c18c803344dbb6c705b49dc73b1b05e94f..9433f937f5d120192a03c1b5174b5f95016f72f7 100644
--- a/chrome/browser/resources/plugin_metadata/plugins_linux.json
+++ b/chrome/browser/resources/plugin_metadata/plugins_linux.json
@@ -74,6 +74,9 @@
"application/futuresplash",
"application/x-shockwave-flash"
],
+ "matching_mime_types": [
+ "application/futuresplash"
+ ],
"versions": [
{
"version": "11.1.102",
@@ -88,6 +91,25 @@
"displayurl": true,
"group_name_matcher": "Shockwave Flash"
},
+ "lightspark": {
+ "mime_types": [
+ "application/x-lightspark"
+ ],
+ "matching_mime_types": [
+ "application/x-lightspark"
+ ],
+ "versions": [
+ {
+ "version": "0",
+ "status": "requires_authorization"
+ }
+ ],
+ "lang": "en-US",
+ "name": "Lightspark",
+ "displayurl": true,
+ "url": "https://launchpad.net/lightspark",
+ "group_name_matcher": "Shockwave Flash"
+ },
"redhat-icetea-java": {
"mime_types": [
],
« no previous file with comments | « chrome/browser/plugins/plugin_metadata_unittest.cc ('k') | webkit/plugins/npapi/plugin_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698