blob: 697f1a5d3ff6b2559f8b93b9b7e94c9b1ef5f0fc [file] [log] [blame]
// Copyright 2016 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 definition is required by
* ui/file_manager/base/js/app_util.js.
* @type {string}
*/
Window.prototype.appID;
/**
* @type {string}
*/
Window.prototype.appInitialURL;
/**
* @type {function()}
*/
Window.prototype.reload = function() {};
/**
*
* Created by HTML imports polyfill.
* @type {!Object}
*/
Window.prototype.HTMLImports;
/**
* @type {function(function())}
*/
Window.prototype.HTMLImports.whenReady;
/**
* True if in test: set by the background.js page.
*
* @type {boolean}
*/
Window.prototype.IN_TEST;
/**
* Set true in some unit tests.
*
* @type {boolean}
*/
Window.prototype.UNIT_TEST;