| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 /** | 5 /** |
| 6 * @constructor | 6 * @constructor |
| 7 * @struct | 7 * @struct |
| 8 * @extends {PolymerElement} | 8 * @extends {PolymerElement} |
| 9 */ | 9 */ |
| 10 function FilesToggleRipple() {} | 10 function FilesToggleRipple() {} |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 * @return {!Promise} | 41 * @return {!Promise} |
| 42 */ | 42 */ |
| 43 FilesToast.prototype.hide = function() {}; | 43 FilesToast.prototype.hide = function() {}; |
| 44 | 44 |
| 45 /** | 45 /** |
| 46 * @constructor | 46 * @constructor |
| 47 * @struct | 47 * @struct |
| 48 * @extends {PolymerElement} | 48 * @extends {PolymerElement} |
| 49 */ | 49 */ |
| 50 function FilesQuickView() {} | 50 function FilesQuickView() {} |
| 51 |
| 52 /** |
| 53 * @constructor |
| 54 * @struct |
| 55 * @extends {PolymerElement} |
| 56 */ |
| 57 function FilesMetadataBox() {} |
| OLD | NEW |