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

Unified Diff: ui/webui/resources/cr_elements/policy/cr_policy_indicator.js

Issue 2744923002: cr-policy-indicator element for non-preference-based indicators (Closed)
Patch Set: alphabetize Created 3 years, 9 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/policy/cr_policy_indicator.js
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_indicator.js b/ui/webui/resources/cr_elements/policy/cr_policy_indicator.js
new file mode 100644
index 0000000000000000000000000000000000000000..bf4f0c578301ffd44414eef381caf0802d849e06
--- /dev/null
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_indicator.js
@@ -0,0 +1,14 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+/** @fileoverview Polymer element for indicating policies by type. */
+Polymer({
+ is: 'cr-policy-indicator',
+
+ behaviors: [CrPolicyIndicatorBehavior],
+
+ properties: {
+ iconAriaLabel: String,
+ },
+});
« no previous file with comments | « ui/webui/resources/cr_elements/policy/cr_policy_indicator.html ('k') | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698