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-privacy-page' is the settings page containing privacy and
12 * <iron-animated-pages>
13 * <cr-settings-privacy-page prefs="{{prefs}}">
14 * </cr-settings-privacy-page>
16 * </iron-animated-pages>
18 * @group Chrome Settings Elements
19 * @element cr-settings-privacy-page
22 is: 'cr-settings-privacy-page',
34 * The current active route.
43 onManageCertificatesTap_: function() {
44 this.$.pages.setSubpageChain(['manage-certificates']);
48 onSiteSettingsTap_: function() {
49 this.$.pages.setSubpageChain(['site-settings']);
53 onClearBrowsingDataTap_: function() {
54 this.$.pages.setSubpageChain(['clear-browsing-data']);