Commit 4abcce37 authored by raymes's avatar raymes Committed by Commit bot

Fix plugin grouping in about:plugins

The PDF viewer has 2 plugins associated with it. These are grouped correctly for Google Chrome but not for Chromium. This groups these plugins correctly for Chromium by updating the plugin metadata.

BUG=459113

Review URL: https://codereview.chromium.org/931063002

Cr-Commit-Position: refs/heads/master@{#316957}
parent 8afaa388
...@@ -42,5 +42,18 @@ ...@@ -42,5 +42,18 @@
], ],
"name": "Chrome PDF Viewer", "name": "Chrome PDF Viewer",
"group_name_matcher": "*Chrome PDF Viewer*" "group_name_matcher": "*Chrome PDF Viewer*"
},
"chromium-pdf": {
"mime_types": [
],
"versions": [
{
"version": "0",
"status": "up_to_date",
"comment": "Chrome PDF Viewer has no version information."
}
],
"name": "Chromium PDF Viewer",
"group_name_matcher": "*Chromium PDF Viewer*"
} }
} }
...@@ -123,5 +123,18 @@ ...@@ -123,5 +123,18 @@
], ],
"name": "Chrome PDF Viewer", "name": "Chrome PDF Viewer",
"group_name_matcher": "*Chrome PDF Viewer*" "group_name_matcher": "*Chrome PDF Viewer*"
},
"chromium-pdf": {
"mime_types": [
],
"versions": [
{
"version": "0",
"status": "up_to_date",
"comment": "Chrome PDF Viewer has no version information."
}
],
"name": "Chromium PDF Viewer",
"group_name_matcher": "*Chromium PDF Viewer*"
} }
} }
...@@ -284,6 +284,19 @@ ...@@ -284,6 +284,19 @@
"name": "Chrome PDF Viewer", "name": "Chrome PDF Viewer",
"group_name_matcher": "*Chrome PDF Viewer*" "group_name_matcher": "*Chrome PDF Viewer*"
}, },
"chromium-pdf": {
"mime_types": [
],
"versions": [
{
"version": "0",
"status": "up_to_date",
"comment": "Chrome PDF Viewer has no version information."
}
],
"name": "Chromium PDF Viewer",
"group_name_matcher": "*Chromium PDF Viewer*"
},
"facebook-video-calling": { "facebook-video-calling": {
"mime_types": [ "mime_types": [
"application/skypesdk-plugin" "application/skypesdk-plugin"
......
...@@ -346,6 +346,19 @@ ...@@ -346,6 +346,19 @@
"name": "Chrome PDF Viewer", "name": "Chrome PDF Viewer",
"group_name_matcher": "*Chrome PDF Viewer*" "group_name_matcher": "*Chrome PDF Viewer*"
}, },
"chromium-pdf": {
"mime_types": [
],
"versions": [
{
"version": "0",
"status": "up_to_date",
"comment": "Chrome PDF Viewer has no version information."
}
],
"name": "Chromium PDF Viewer",
"group_name_matcher": "*Chromium PDF Viewer*"
},
"google-update": { "google-update": {
"mime-types": [ "mime-types": [
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment