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

Side by Side 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 unified diff | Download patch
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 24 matching lines...) Expand all
35 * @param {string} text 35 * @param {string} text
36 * @param {{text: string, callback: function()}=} opt_action 36 * @param {{text: string, callback: function()}=} opt_action
37 */ 37 */
38 FilesToast.prototype.show = function(text, opt_action) {}; 38 FilesToast.prototype.show = function(text, opt_action) {};
39 39
40 /** 40 /**
41 * @return {!Promise} 41 * @return {!Promise}
42 */ 42 */
43 FilesToast.prototype.hide = function() {}; 43 FilesToast.prototype.hide = function() {};
44 44
45 /**
46 * @constructor
47 * @struct
48 * @extends {PolymerElement}
49 */
50 function FilesQuickView() {}
OLDNEW
« 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