| Index: chrome/browser/resources/plugins.html
|
| diff --git a/chrome/browser/resources/plugins.html b/chrome/browser/resources/plugins.html
|
| index b5db6750d67654c754b36cff15471c5ffa8439e3..9f6b195de07ae42c010f16f28c009077217ec739 100644
|
| --- a/chrome/browser/resources/plugins.html
|
| +++ b/chrome/browser/resources/plugins.html
|
| @@ -181,6 +181,12 @@
|
| i18n-content="enable"
|
| >ENABLE</a>
|
| </span>
|
| + <input
|
| + class="always-allow" type="checkbox"
|
| + jsvalues=
|
| + ".identifier:id; id:id + '-always-allowed'; .checked:alwaysAllowed">
|
| + <label jsvalues="for:id + '-always-allowed'"
|
| + i18n-content="alwaysAllowed"></label>
|
| </div>
|
| </td>
|
| </tr>
|
|
|