Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3955)

Unified Diff: chrome/browser/resources/downloads/externs.js

Issue 1710083005: Remove old downloads UI; Material Design version is now the default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove testing/ Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/downloads/downloads.html ('k') | chrome/browser/resources/downloads/focus_row.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/downloads/externs.js
diff --git a/chrome/browser/resources/downloads/externs.js b/chrome/browser/resources/downloads/externs.js
deleted file mode 100644
index 65efb05f9446f7f6b1de59ddf0f43c5da54e0c1c..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/downloads/externs.js
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-/**
- * @fileoverview Externs for objects sent from C++ to JS for chrome://downloads.
- * @externs
- */
-
-var downloads = {};
-
-/**
- * The type of the download object. The definition is based on
- * chrome/browser/ui/webui/downloads_dom_handler.cc:CreateDownloadItemValue()
- * @typedef {{by_ext_id: string,
- * by_ext_name: string,
- * danger_type: string,
- * date_string: string,
- * file_externally_removed: boolean,
- * file_name: string,
- * file_path: string,
- * file_url: string,
- * id: string,
- * last_reason_text: string,
- * otr: boolean,
- * percent: number,
- * progress_status_text: string,
- * resume: boolean,
- * retry: boolean,
- * since_string: string,
- * started: number,
- * state: string,
- * total: number,
- * url: string}}
- */
-downloads.Data;
« no previous file with comments | « chrome/browser/resources/downloads/downloads.html ('k') | chrome/browser/resources/downloads/focus_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698