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

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

Issue 1477963002: dom-if cr-policy-pref-indicator in settings_checkbox/input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_560432_settings_benchmark_2c_test
Patch Set: Created 5 years, 1 month 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 | « chrome/browser/resources/settings/controls/settings_input.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 56bc23d1d622e2f4cabc73c17858f61a0b536b58..49edb142edc92708c007f0088cb12a414fd6f246 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
@@ -8,13 +8,11 @@
<dom-module id="cr-policy-pref-indicator">
<link rel="import" type="css" href="cr_policy_indicator.css">
<template>
- <div class="layout horizontal">
- <iron-icon id="indicator"
- hidden$="[[!isIndicatorVisible(indicatorType)]]"
- icon="[[getPolicyIndicatorIcon(indicatorType)]]"
- title$="[[getPolicyIndicatorTooltip(indicatorType, pref, controllingUser)]]">
- </iron-icon>
- </div>
+ <iron-icon id="indicator"
+ hidden$="[[!isIndicatorVisible(indicatorType)]]"
+ icon="[[getPolicyIndicatorIcon(indicatorType)]]"
+ title$="[[getPolicyIndicatorTooltip(indicatorType, pref, controllingUser)]]">
+ </iron-icon>
</template>
<script src="cr_policy_pref_indicator.js"></script>
</dom-module>
« no previous file with comments | « chrome/browser/resources/settings/controls/settings_input.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698