Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: ui/file_manager/externs/files_elements.js

Issue 2060983003: Quick View: Add functinoality to show generic metadata (size and modificationTime). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/elements/elements_bundle.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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() {}
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/elements/elements_bundle.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698