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',
35 selectDownloadLocation_: function() {
36 chrome.send('selectDownloadLocation');