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

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

Issue 23440066: Block NPAPI plugins by default Add Facebook video calling and Google Earth plugins to the tracked l… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: json version ++ Created 7 years, 3 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/resources/plugin_metadata/plugins_mac.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/plugin_metadata/plugins_win.json
diff --git a/chrome/browser/resources/plugin_metadata/plugins_win.json b/chrome/browser/resources/plugin_metadata/plugins_win.json
index 0cc937d98466bb1ba43eaad1d93ee12ed8fa175e..5bdbc8d3c3d955dc0d0db993b59fe1b9019e3bbf 100644
--- a/chrome/browser/resources/plugin_metadata/plugins_win.json
+++ b/chrome/browser/resources/plugin_metadata/plugins_win.json
@@ -1,5 +1,5 @@
{
- "x-version": 9,
+ "x-version": 10,
"google-talk": {
"mime_types": [
],
@@ -384,5 +384,37 @@
],
"name": "Google Update",
"group_name_matcher": "Google Update"
+ },
+ "facebook-video-calling": {
+ "mime_types": [
+ "application/skypesdk-plugin"
+ ],
+ "versions": [
+ {
+ "version": "0",
+ "status": "up_to_date",
+ "comment": "We do not track version information for the Facebook Video Calling Plugin."
+ }
+ ],
+ "lang": "en-US",
+ "name": "Facebook Video Calling",
+ "url": "https://www.facebook.com/chat/video/videocalldownload.php",
+ "group_name_matcher": "*Facebook Video*"
+ },
+ "google-earth": {
+ "mime_types": [
+ "application/geplugin"
+ ],
+ "versions": [
+ {
+ "version": "0",
+ "status": "up_to_date",
+ "comment": "We do not track version information for the Google Earth Plugin."
+ }
+ ],
+ "lang": "en-US",
+ "name": "Google Earth",
+ "url": "http://www.google.com/earth/explore/products/plugin.html",
+ "group_name_matcher": "*Google Earth*"
}
}
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698