1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
6 * BackgroundComponents.
10 function BackgroundComponents() {
12 * @type {!Object<string>}
17 * @type {!VolumeManager}
23 * File Manager. This definition is required by
24 * ui/file_manager/file_manager/foreground/js/ui/file_manager_dialog_base.js.
29 function FileManager() {}
32 * This definition is required by
33 * ui/file_manager/file_manager/common/js/util.js.
36 Window.prototype.appID;
39 * A global flag which indicates whether it is in tests or not. This is set in
40 * gallery/js/background.js.
44 Window.prototype.IN_TEST;
49 Entry.prototype.cachedUrl;