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

Unified Diff: ui/file_manager/externs/files_elements.js

Issue 2043333002: Quick View: Space key opens quick view for image, video and audio in Download. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve comment 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
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 fb43176fd5f77dc9ca269cdfdf10db0cd0c0b7c9..f8ea226561a9a97c7903937c0a24560845192734 100644
--- a/ui/file_manager/externs/files_elements.js
+++ b/ui/file_manager/externs/files_elements.js
@@ -42,3 +42,9 @@ FilesToast.prototype.show = function(text, opt_action) {};
*/
FilesToast.prototype.hide = function() {};
+/**
+ * @constructor
+ * @struct
+ * @extends {PolymerElement}
+ */
+function FilesQuickView() {}
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | 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