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; |