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

Unified Diff: ui/file_manager/file_manager/foreground/js/quick_view_uma.js

Issue 2622133008: mediaview: Implement UI. (Closed)
Patch Set: Fix typo and add logging. Created 3 years, 11 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/js/quick_view_uma.js
diff --git a/ui/file_manager/file_manager/foreground/js/quick_view_uma.js b/ui/file_manager/file_manager/foreground/js/quick_view_uma.js
index 66d7df66af711ccb0fd44a6fcafbe2ff586a8171..de5c413d934aadf2a7733458051af241151aa2fd 100644
--- a/ui/file_manager/file_manager/foreground/js/quick_view_uma.js
+++ b/ui/file_manager/file_manager/foreground/js/quick_view_uma.js
@@ -38,6 +38,7 @@ QuickViewUma.VolumeType = [
VolumeManagerCommon.VolumeType.ARCHIVE,
VolumeManagerCommon.VolumeType.PROVIDED,
VolumeManagerCommon.VolumeType.MTP,
+ VolumeManagerCommon.VolumeType.MEDIA_VIEW,
];
/**

Powered by Google App Engine
This is Rietveld 408576698