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

Unified Diff: ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html

Issue 2555373006: MD Settings: cr-policy-pref-indicator: Eliminate controllingUser (Closed)
Patch Set: Created 4 years 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: ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html b/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
index f5e951f78327dbab40daa7acff360200140479bc..74ef0044c8c430bb4308faa90528b6438a4ba1f0 100644
--- a/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_pref_indicator.html
@@ -17,7 +17,7 @@
hidden$="[[!isIndicatorVisible(indicatorType)]]"
icon="[[getPolicyIndicatorIcon(indicatorType)]]"></iron-icon>
<paper-tooltip for="indicator" position="top" fit-to-visible-bounds>
- [[getTooltip_(indicatorType, pref, controllingUser)]]
+ [[getTooltip_(indicatorType, pref)]]
</paper-tooltip>
</template>
<script src="cr_policy_pref_indicator.js"></script>

Powered by Google App Engine
This is Rietveld 408576698