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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_linux.json

Issue 931063002: Fix plugin grouping for PDF in about:plugins (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "x-version": 5, 2 "x-version": 5,
3 "google-talk": { 3 "google-talk": {
4 "mime_types": [ 4 "mime_types": [
5 ], 5 ],
6 "versions": [ 6 "versions": [
7 { 7 {
8 "version": "0", 8 "version": "0",
9 "status": "requires_authorization", 9 "status": "requires_authorization",
10 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat or' use two completely different versioning schemes, so we can't define a minimu m version." 10 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat or' use two completely different versioning schemes, so we can't define a minimu m version."
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 ], 116 ],
117 "versions": [ 117 "versions": [
118 { 118 {
119 "version": "0", 119 "version": "0",
120 "status": "up_to_date", 120 "status": "up_to_date",
121 "comment": "Google Chrome PDF has no version information." 121 "comment": "Google Chrome PDF has no version information."
122 } 122 }
123 ], 123 ],
124 "name": "Chrome PDF Viewer", 124 "name": "Chrome PDF Viewer",
125 "group_name_matcher": "*Chrome PDF Viewer*" 125 "group_name_matcher": "*Chrome PDF Viewer*"
126 },
127 "chromium-pdf": {
128 "mime_types": [
129 ],
130 "versions": [
131 {
132 "version": "0",
133 "status": "up_to_date",
134 "comment": "Chrome PDF Viewer has no version information."
135 }
136 ],
137 "name": "Chromium PDF Viewer",
138 "group_name_matcher": "*Chromium PDF Viewer*"
126 } 139 }
127 } 140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698