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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/externs/files_elements.js
diff --git a/ui/file_manager/externs/files_elements.js b/ui/file_manager/externs/files_elements.js
index f8ea226561a9a97c7903937c0a24560845192734..e3fc85fbd5a6e1a560121784720c4a353c06de9f 100644
--- a/ui/file_manager/externs/files_elements.js
+++ b/ui/file_manager/externs/files_elements.js
@@ -48,3 +48,10 @@ FilesToast.prototype.hide = function() {};
* @extends {PolymerElement}
*/
function FilesQuickView() {}
+
+/**
+ * @constructor
+ * @struct
+ * @extends {PolymerElement}
+ */
+function FilesMetadataBox() {}
« 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