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-date-time-page' is the settings page containing date-time
12 * <core-animated-pages>
13 * <cr-settings-date-time-page prefs="{{prefs}}">
14 * </cr-settings-date-time-page>
16 * </core-animated-pages>
18 * @group Chrome Settings Elements
19 * @element cr-settings-date-time-page
22 is: 'cr-settings-date-time-page',
42 * Whether the page is a subpage.
60 * Title for the page header and navigation menu.
64 value: function() { return loadTimeData.getString('dateTimePageTitle'); }
68 * Name of the 'core-icon' to show.
72 value: 'device:access-time',