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

Unified Diff: chrome/browser/resources/plugins.html

Issue 8362009: Add plugin type (NPAPI, PPAPI, etc.) to chrome://plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed WebPluginInfo::PluginType change Created 9 years, 2 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/app/generated_resources.grd ('k') | chrome/browser/ui/webui/plugins_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/plugins.html
diff --git a/chrome/browser/resources/plugins.html b/chrome/browser/resources/plugins.html
index f9332111463ab75aa2f7a6b8be149721de9ca32c..b5db6750d67654c754b36cff15471c5ffa8439e3 100644
--- a/chrome/browser/resources/plugins.html
+++ b/chrome/browser/resources/plugins.html
@@ -105,6 +105,11 @@
<td><span dir="ltr" jscontent="path"></span></td>
</tr></table></div>
<div><table><tr>
+ <td class="plugin-details-label"
+ i18n-content="pluginType">TYPE:</td>
+ <td><span dir="ltr" jscontent="type"></span></td>
+ </tr></table></div>
+ <div><table><tr>
<td class="plugin-details-label">&nbsp;</td>
<td>
<span jsdisplay="enabledMode == 'disabledByPolicy'"
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/plugins_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698