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-downloads-page' is the settings page containing downloads
12 * <iron-animated-pages>
13 * <cr-settings-downloads-page prefs="{{prefs}}">
14 * </cr-settings-downloads-page>
16 * </iron-animated-pages>
18 * @group Chrome Settings Elements
19 * @element cr-settings-downloads-page
22 is: 'cr-settings-downloads-page',
39 * Whether the page is a subpage.
57 * Title for the page header and navigation menu.
62 return loadTimeData.getString('downloadsPageTitle');
67 * Name of the 'iron-icon' to show.
71 value: 'file-download',
77 selectDownloadLocation_: function() {
78 chrome.send('selectDownloadLocation');