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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_quick_view.js

Issue 2259433004: Quick View: fixed the bug that 'No preview available' text is not shown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 4 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/file_manager/foreground/elements/files_quick_view.js
diff --git a/ui/file_manager/file_manager/foreground/elements/files_quick_view.js b/ui/file_manager/file_manager/foreground/elements/files_quick_view.js
index 098912da64be8e39d2c6ef66e1e31daf0199b103..58ee1d78fdd3e5ea70e55c9dcda1939a1a4fa082 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_quick_view.js
+++ b/ui/file_manager/file_manager/foreground/elements/files_quick_view.js
@@ -21,7 +21,11 @@ var FilesQuickView = Polymer({
value: true,
type: Boolean,
notify: true,
- }
+ },
+ // Text shown when no playback is available.
+ noPlaybackText: String,
+ // Text shown when no preview is available.
+ noPreviewText: String,
},
listeners: {
« no previous file with comments | « ui/file_manager/file_manager/foreground/elements/files_quick_view.html ('k') | ui/file_manager/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698