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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 /** @fileoverview Polymer element for indicating policies by type. */
6 Polymer({
7 is: 'cr-policy-indicator',
8
9 behaviors: [CrPolicyIndicatorBehavior],
10
11 properties: {
12 iconAriaLabel: String,
13 },
14 });
OLDNEW
« 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