| 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"> </td>
|
| <td>
|
| <span jsdisplay="enabledMode == 'disabledByPolicy'"
|
|
|