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

Unified Diff: chrome/browser/resources/plugins_mac.json

Issue 8664027: Add PluginInstaller to encapsulate information about a missing plug-in. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 1 month 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
Index: chrome/browser/resources/plugins_mac.json
diff --git a/chrome/browser/resources/plugins_mac.json b/chrome/browser/resources/plugins_mac.json
index 1f0a4563bf9ad00ca5c93fb5148c460daaa34a11..5d37433c67a6ab0fa3d11586da22e6ac3340b447 100644
--- a/chrome/browser/resources/plugins_mac.json
+++ b/chrome/browser/resources/plugins_mac.json
@@ -36,6 +36,7 @@
],
"lang": "en-US",
"name": "Java(TM)",
+ "identifier": "java-runtime-environment",
"url": "http://java.com/en/download/apple_manual.jsp",
"displayurl": true
},
@@ -48,6 +49,7 @@
],
"lang": "en-US",
"name": "RealPlayer",
+ "identifier": "realplayer",
"url": "http://www.real.com/realplayer/download",
"displayurl": true
},
@@ -58,6 +60,7 @@
],
"lang": "en-US",
"name": "Adobe Flash Player",
+ "identifier": "adobe-flash-player",
"url": "http://get.adobe.com/flashplayer/",
"displayurl": true
},
@@ -67,6 +70,7 @@
],
"lang": "en-US",
"name": "Adobe Shockwave Player",
+ "identifier": "shockwave",
"url": "http://www.adobe.com/shockwave/download/",
"displayurl": true
},
@@ -81,6 +85,7 @@
],
"lang": "en-US",
"name": "Adobe Reader",
+ "identifier": "adobe-reader",
"url": "http://get.adobe.com/reader/",
"displayurl": true
},
@@ -138,6 +143,7 @@
],
"lang": "en-US",
"name": "QuickTime Player",
+ "identifier": "apple-quicktime",
"url": "http://www.apple.com/quicktime/download/",
"displayurl": true
},
@@ -156,6 +162,7 @@
],
"lang": "en-US",
"name": "Flip4Mac",
+ "identifier": "flip4mac",
"url": "http://www.telestream.net/flip4mac-wmv/overview.htm",
"displayurl": true
},
@@ -166,8 +173,9 @@
],
"lang": "en-US",
"name": "DivX Web Player",
+ "identifier": "divx-player",
"url": "http://www.divx.com/en/downloads/divx/mac",
- "displayurl": true
+ "displayurl": false
battre 2011/11/30 14:10:06 any reason why the "displayurl" element is not lis
Bernhard Bauer 2011/11/30 14:29:23 Oops, this line shouldn't be in here. For now, all
Bernhard Bauer 2011/12/01 10:20:56 Done.
}
]
}

Powered by Google App Engine
This is Rietveld 408576698