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

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

Issue 801533006: Add type annotations to gallery/js/gallery.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed false-positive lint errors. Created 6 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
« no previous file with comments | « ui/file_manager/externs/gallery.js ('k') | ui/file_manager/externs/gallery_foreground.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/externs/gallery_background.js
diff --git a/ui/file_manager/externs/gallery.js b/ui/file_manager/externs/gallery_background.js
similarity index 89%
rename from ui/file_manager/externs/gallery.js
rename to ui/file_manager/externs/gallery_background.js
index 1398727b71d7189973bc6ebe967b6e6a902a48cf..893d16172069718ad002c105e146b239300f4778 100644
--- a/ui/file_manager/externs/gallery.js
+++ b/ui/file_manager/externs/gallery_background.js
@@ -20,8 +20,3 @@ window.initialize = function(backgroundComponents) {};
* @param {!Array.<!Entry>} selectedEntries Array of selected entries.
*/
window.loadEntries = function(entries, selectedEntries) {};
-
-/**
- * @typedef {function(number, number, boolean)}
- */
-ImageBuffer.DragHandler;
« no previous file with comments | « ui/file_manager/externs/gallery.js ('k') | ui/file_manager/externs/gallery_foreground.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698