| Index: chrome/browser/resources/plugins.html
|
| diff --git a/chrome/browser/resources/plugins.html b/chrome/browser/resources/plugins.html
|
| index 3dbd463b5e13466446f1b807cdfeb97ddb3d0099..c5fbbcf44bf3c716bb2c4da2909be8486245655e 100644
|
| --- a/chrome/browser/resources/plugins.html
|
| +++ b/chrome/browser/resources/plugins.html
|
| @@ -191,7 +191,7 @@
|
| <input
|
| class="always-allow" type="checkbox"
|
| jsvalues=
|
| - ".identifier:id; id:id + '-always-allowed'; .checked:always_allowed; disabled:isPluginTrusted($this) || !isPluginEnabled($this)">
|
| + ".identifier:id; id:id + '-always-allowed'; .checked:always_allowed; disabled:isPluginTrusted($this) || !isPluginEnabled($this) || isPluginPolicyClickToPlay($this)">
|
| <label jsvalues="for:id + '-always-allowed'"
|
| i18n-content="alwaysAllowed"></label>
|
| </div>
|
|
|