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

Unified Diff: ui/file_manager/externs/progress_center_panel.js

Issue 2826433002: Compile all the UI elements of Files app in gyp v2 (Closed)
Patch Set: Addressed comments. Created 3 years, 8 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
Index: ui/file_manager/externs/progress_center_panel.js
diff --git a/ui/file_manager/externs/progress_center_panel.js b/ui/file_manager/externs/progress_center_panel.js
deleted file mode 100644
index ee111059d7a1ba4f5fe315999c1a2d218dc1d255..0000000000000000000000000000000000000000
--- a/ui/file_manager/externs/progress_center_panel.js
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2017 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.
-
-/**
- * @constructor
- * @struct
- */
-function ProgressCenterPanel() {}
-
-/**
- * @param {string} id
- */
-ProgressCenterPanel.prototype.dismissErrorItem = function(id) {};
-
-/**
- * @param {!ProgressCenterItem} item
- */
-ProgressCenterPanel.prototype.updateItem = function(item) {};
-
-/** @type {?function(string)} */
-ProgressCenterPanel.prototype.cancelCallback;
-
-/** @type {?function(string)} */
-ProgressCenterPanel.prototype.dismissErrorItemCallback;
« no previous file with comments | « ui/file_manager/externs/compiled_resources2.gyp ('k') | ui/file_manager/file_manager/background/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698