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

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

Issue 2606653002: Files app: Move common/js/externs.js to externs/*. (Closed)
Patch Set: Created 4 years 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/file_operation_progress_event.js
diff --git a/ui/file_manager/externs/file_operation_progress_event.js b/ui/file_manager/externs/file_operation_progress_event.js
new file mode 100644
index 0000000000000000000000000000000000000000..6561d1f23f20bddf291e3a6a2c91d95c2d8baeb0
--- /dev/null
+++ b/ui/file_manager/externs/file_operation_progress_event.js
@@ -0,0 +1,15 @@
+// Copyright 2016 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
+ * @extends {Event}
+ */
+var FileOperationProgressEvent = function() {};
+
+/** @type {fileOperationUtil.EventRouter.EventType} */
+FileOperationProgressEvent.prototype.reason;
+
+/** @type {(fileOperationUtil.Error|undefined)} */
+FileOperationProgressEvent.prototype.error;

Powered by Google App Engine
This is Rietveld 408576698