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

Side by Side Diff: chrome/browser/resources/plugin_metadata/plugins_chromeos.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
« no previous file with comments | « no previous file | chrome/browser/resources/plugin_metadata/plugins_linux.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "x-version": 2, 2 "x-version": 2,
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' are bundled with ChromeOS, so we don't define a minimum version." 10 "comment": "'Google Talk Plugin' and 'Google Talk Plugin Video Accelerat or' are bundled with ChromeOS, so we don't define a minimum version."
(...skipping 24 matching lines...) Expand all
35 ], 35 ],
36 "versions": [ 36 "versions": [
37 { 37 {
38 "version": "0", 38 "version": "0",
39 "status": "up_to_date", 39 "status": "up_to_date",
40 "comment": "Google Chrome PDF has no version information." 40 "comment": "Google Chrome PDF has no version information."
41 } 41 }
42 ], 42 ],
43 "name": "Chrome PDF Viewer", 43 "name": "Chrome PDF Viewer",
44 "group_name_matcher": "*Chrome PDF Viewer*" 44 "group_name_matcher": "*Chrome PDF Viewer*"
45 },
46 "chromium-pdf": {
47 "mime_types": [
48 ],
49 "versions": [
50 {
51 "version": "0",
52 "status": "up_to_date",
53 "comment": "Chrome PDF Viewer has no version information."
54 }
55 ],
56 "name": "Chromium PDF Viewer",
57 "group_name_matcher": "*Chromium PDF Viewer*"
45 } 58 }
46 } 59 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/plugin_metadata/plugins_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698