Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // 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.
| |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 /** | |
| 6 * This definition is required by | |
| 7 * ui/file_manager/file_manager/common/js/util.js. | |
| 8 * @type {string} | |
| 9 */ | |
| 10 Window.prototype.appID; | |
| OLD | NEW |