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

Unified Diff: chrome/browser/resources/settings/controls/settings_input.html

Issue 2733273002: MD Settings: add extension-control indicator for autofill and password. (Closed)
Patch Set: add tests for settings-toggle-button Created 3 years, 9 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 | « no previous file | chrome/browser/resources/settings/controls/settings_toggle_button.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..47bcfe141eadab0f5c35ef326e97bbb2ee41f4c8 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.*)]]">
<cr-policy-pref-indicator pref="[[pref]]" icon-aria-label="[[label]]">
</cr-policy-pref-indicator>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/controls/settings_toggle_button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698