1 // Copyright 2015 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 * This definition is required by
7 * ui/file_manager/file_manager/common/js/util.js.
10 Window.prototype.appID;
14 * position: (number|undefined),
15 * time: (number|undefined),
16 * expanded: (boolean|undefined),
17 * items: (!Array<string>|undefined)
23 * @type {(Playlist|Object|undefined)}
25 Window.prototype.appState;
28 * @type {(boolean|undefined)}
30 Window.prototype.appReopen;