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

Unified Diff: ui/file_manager/gallery/js/entry_list_watcher.js

Issue 2640673002: (WIP) Use generator to generate externs for chrome.fileManagerPrivate API.
Patch Set: Compile passes Created 3 years, 11 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/gallery/js/entry_list_watcher.js
diff --git a/ui/file_manager/gallery/js/entry_list_watcher.js b/ui/file_manager/gallery/js/entry_list_watcher.js
index 453a29d6cae7513792efa1f486c39fc1eae1d088..cd5113aff86262f7f414cab495bb366c16f75f4c 100644
--- a/ui/file_manager/gallery/js/entry_list_watcher.js
+++ b/ui/file_manager/gallery/js/entry_list_watcher.js
@@ -103,7 +103,7 @@ EntryListWatcher.prototype.onSplice_ = function(event) {
};
/**
- * @param {!FileWatchEvent} event
+ * @param {!chrome.fileManagerPrivate.FileWatchEvent} event
* @private
*/
EntryListWatcher.prototype.onDirectoryChanged_ = function(event) {

Powered by Google App Engine
This is Rietveld 408576698