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

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

Issue 2696903005: Move common cr-policy-indicator behavior into CrPolicyIndicatorBehavior (Closed)
Patch Set: rebase Created 3 years, 10 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/controlled_radio_button.html
diff --git a/chrome/browser/resources/settings/controls/controlled_radio_button.html b/chrome/browser/resources/settings/controls/controlled_radio_button.html
index 7631de204ebd5904fdd77d7351636631888c3ca1..90c000b300d8778fe50dcc99437c0a5dd2d2d8e6 100644
--- a/chrome/browser/resources/settings/controls/controlled_radio_button.html
+++ b/chrome/browser/resources/settings/controls/controlled_radio_button.html
@@ -37,7 +37,7 @@
<content></content>
</paper-radio-button>
- <template is="dom-if" if="[[showIndicator_(controlled_, name, pref)]]">
+ <template is="dom-if" if="[[showIndicator_(controlled_, name, pref.*)]]">
<cr-policy-pref-indicator pref="[[pref]]" on-tap="onIndicatorTap_">
</cr-policy-pref-indicator>
</template>

Powered by Google App Engine
This is Rietveld 408576698