Elim cr-checkbox
[chromium-blink-merge.git] / chrome / browser / resources / settings / sync_page / sync_page.js
blob062f3d222770a1f67f6f4566f1c9b256925cf7de
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-sync-page' is the settings page containing sync settings.
9 * Example:
11 * <iron-animated-pages>
12 * <cr-settings-sync-page></cr-settings-sync-page>
13 * ... other pages ...
14 * </iron-animated-pages>
16 * @group Chrome Settings Elements
17 * @element cr-settings-sync-page
19 Polymer({
20 is: 'cr-settings-sync-page',
21 });