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

Unified Diff: ui/file_manager/externs/gallery.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/chrome_app_window.js ('k') | ui/file_manager/externs/gallery_background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/externs/gallery.js
diff --git a/ui/file_manager/externs/gallery.js b/ui/file_manager/externs/gallery.js
deleted file mode 100644
index 1398727b71d7189973bc6ebe967b6e6a902a48cf..0000000000000000000000000000000000000000
--- a/ui/file_manager/externs/gallery.js
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2014 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.
-
-/**
- * This is a type to let closure compiler recognize extended methods to Window
- * instance at gallery/js/gallery.js.
- * @constructor
- * @extends {Window}
- */
-function GalleryWindow() {}
-
-/**
- * @param {!BackgroundComponents} backgroundComponents Background components.
- */
-window.initialize = function(backgroundComponents) {};
-
-/**
- * @param {!Array.<!Entry>} entries Array of entries.
- * @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/chrome_app_window.js ('k') | ui/file_manager/externs/gallery_background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698