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

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

Issue 1857263004: Always trust internal PDF viewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase rebase Created 4 years, 8 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": 2, 2 "x-version": 3,
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."
11 } 11 }
12 ], 12 ],
(...skipping 16 matching lines...) Expand all
29 "url": "http://get.adobe.com/flashplayer/", 29 "url": "http://get.adobe.com/flashplayer/",
30 "displayurl": true, 30 "displayurl": true,
31 "group_name_matcher": "*Shockwave Flash*" 31 "group_name_matcher": "*Shockwave Flash*"
32 }, 32 },
33 "google-chrome-pdf": { 33 "google-chrome-pdf": {
34 "mime_types": [ 34 "mime_types": [
35 ], 35 ],
36 "versions": [ 36 "versions": [
37 { 37 {
38 "version": "0", 38 "version": "0",
39 "status": "up_to_date", 39 "status": "fully_trusted",
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 }, 45 },
46 "chromium-pdf": { 46 "chromium-pdf": {
47 "mime_types": [ 47 "mime_types": [
48 ], 48 ],
49 "versions": [ 49 "versions": [
50 { 50 {
51 "version": "0", 51 "version": "0",
52 "status": "up_to_date", 52 "status": "fully_trusted",
53 "comment": "Chrome PDF Viewer has no version information." 53 "comment": "Chromium PDF Viewer has no version information."
54 } 54 }
55 ], 55 ],
56 "name": "Chromium PDF Viewer", 56 "name": "Chromium PDF Viewer",
57 "group_name_matcher": "*Chromium PDF Viewer*" 57 "group_name_matcher": "*Chromium PDF Viewer*"
58 } 58 }
59 } 59 }
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_metadata.cc ('k') | chrome/browser/resources/plugin_metadata/plugins_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698