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

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

Issue 1342033002: Add tooltips to cr-policy-indicator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_521791_settings_policy_1
Patch Set: Feedback 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
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 8544a74fec05323630fa6aef5f2d31a679628ac7..2441860458dfa68f26d035811e953a8878a79f98 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
@@ -9,7 +9,8 @@
<div class="layout horizontal">
<iron-icon id="indicator"
hidden$="[[!isIndicatorVisible_(indicatorType)]]"
- icon="[[getIcon_(indicatorType)]]">
+ icon="[[getIcon_(indicatorType)]]"
+ title="[[getTooltipText_(indicatorType, pref)]]">
</iron-icon>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698