Chromium Code Reviews| Index: chrome/browser/resources/settings/controls/settings_input.html |
| diff --git a/chrome/browser/resources/settings/controls/settings_input.html b/chrome/browser/resources/settings/controls/settings_input.html |
| index 5270449f8079bf49af0e13948aa5ffcd5da0d9ef..47c9e352d4da5c1c5dc09a85dfec4e0e30062aeb 100644 |
| --- a/chrome/browser/resources/settings/controls/settings_input.html |
| +++ b/chrome/browser/resources/settings/controls/settings_input.html |
| @@ -23,7 +23,7 @@ |
| stop-keyboard-event-propagation$="[[stopKeyboardEventPropagation]]" |
| tabindex$="[[getTabindex_(canTab)]]"> |
| </paper-input> |
| - <template is="dom-if" if="[[pref.contolledBy]]"> |
| + <template is="dom-if" if="[[hasPrefPolicyIndicator(pref.*)]]" restamp> |
|
Dan Beam
2017/03/07 22:44:02
why does this need restamp? the other ones exist
scottchen
2017/03/08 00:40:20
Will do in the next patch shortly
|
| <cr-policy-pref-indicator pref="[[pref]]" icon-aria-label="[[label]]"> |
| </cr-policy-pref-indicator> |
| </template> |