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.
6 * @fileoverview Externs for objects sent from C++ to JS for chrome://downloads.
13 * The type of the download object. The definition is based on
14 * chrome/browser/ui/webui/downloads_dom_handler.cc:CreateDownloadItemValue()
15 * @typedef {{by_ext_id: string,
16 * by_ext_name: string,
17 * danger_type: string,
18 * date_string: string,
19 * file_externally_removed: boolean,
24 * last_reason_text: string,
27 * progress_status_text: string,
30 * since_string: string,