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

Unified Diff: ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html

Issue 1367413002: Add user field to cr-policy-indicator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (fix rebase) Created 5 years, 3 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 | ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html
diff --git a/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html b/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html
index 2441860458dfa68f26d035811e953a8878a79f98..ea2ead19ea2d32cc7a5f0a1c7258503ad1be8051 100644
--- a/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html
+++ b/ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.html
@@ -10,7 +10,7 @@
<iron-icon id="indicator"
hidden$="[[!isIndicatorVisible_(indicatorType)]]"
icon="[[getIcon_(indicatorType)]]"
- title="[[getTooltipText_(indicatorType, pref)]]">
+ title$="[[getTooltipText_(indicatorType, pref, controllingUser)]]">
</iron-icon>
</div>
</template>
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements/v1_0/policy/cr_policy_indicator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698