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

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

Issue 2091823002: QuickView: Add labels and tabindex for accessibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@qv_drive_support_and_ui_update
Patch Set: Rebase 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/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 13e2f2b862d9810cbc0e8e7f0716eb7acc78ff37..a76c4fefcdaba5fb949788a94fc634ff6f58f494 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
@@ -9,7 +9,6 @@ var FilesQuickView = Polymer({
// File media type, e.g. image, video.
type: String,
filePath: String,
- isUnsupported: Boolean,
contentUrl: String,
videoPoster: String,
audioArtwork: String,
@@ -29,8 +28,8 @@ var FilesQuickView = Polymer({
// Clears fields.
clear: function() {
- this.filePath = '';
this.type = '';
+ this.filePath = '';
this.contentUrl = '';
this.videoPoster = '';
this.audioArtwork = '';

Powered by Google App Engine
This is Rietveld 408576698