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

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 todo comments 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
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>

Powered by Google App Engine
This is Rietveld 408576698