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.
7 * 'cr-settings-basic-page' is the settings page containing the basic settings.
11 * <iron-animated-pages>
12 * <cr-settings-basic-page prefs="{{prefs}}"></cr-settings-basic-page>
14 * </iron-animated-pages>
16 * @group Chrome Settings Elements
17 * @element cr-settings-basic-page
20 is: 'cr-settings-basic-page',
37 * Whether the page is a subpage.
55 * Title for the page header and navigation menu.
59 value: function() { return loadTimeData.getString('basicPageTitle'); },
63 * Name of the 'iron-icon' to show.