Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / resources / settings / settings_page / settings_page_header.js
blobbd485f74fe3b0c41fad673f2ff544b97ea90b417
1 // Copyright 2015 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.
5 /**
6 * @fileoverview
7 * 'cr-settings-page-header' shows a basic heading with a 'core-icon'.
9 * Example:
11 * <cr-settings-page-header page="{{page}}">
12 * </cr-settings-page-header>
14 * @group Chrome Settings Elements
15 * @element cr-settings-page-header
17 Polymer('cr-settings-page-header', {
18 publish: {
19 /**
20 * Page to show a header for.
22 * @attribute page
23 * @type Object
24 * @default null
26 page: null,
28 });