Chromium Code Reviews| Index: ui/file_manager/externs/app_window_common.js |
| diff --git a/ui/file_manager/externs/app_window_common.js b/ui/file_manager/externs/app_window_common.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..302966d77cfa361c6088df5a20ff87e520f08c04 |
| --- /dev/null |
| +++ b/ui/file_manager/externs/app_window_common.js |
| @@ -0,0 +1,10 @@ |
| +// Copyright 2016 The Chromium Authors. All rights reserved. |
|
oka
2016/12/26 09:10:27
Can you remove Window.prototype.appID;
in externs/
fukino
2016/12/26 09:36:23
Done.
|
| +// 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/file_manager/common/js/util.js. |
| + * @type {string} |
| + */ |
| +Window.prototype.appID; |