| 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,
|
| + },
|
| +});
|
|
|