blob: 70073025d8e42fb0e8259e25372babcd8d5de8d8 [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;