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-sync-page' is the settings page containing sync settings.
11 * <iron-animated-pages>
12 * <cr-settings-sync-page></cr-settings-sync-page>
14 * </iron-animated-pages>
16 * @group Chrome Settings Elements
17 * @element cr-settings-sync-page
20 is: 'cr-settings-sync-page',
32 * Whether the page is a subpage.
33 * TODO(khorimoto): Make this a subpage once the "People" full page has
34 * landed, since this is supposed to be that page's subpage.
52 * Title for the page header and navigation menu.
56 value: function() { return loadTimeData.getString('syncPageTitle'); },
60 * Name of the 'iron-icon' to show.
64 value: 'notification:sync',