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

Unified Diff: ui/file_manager/file_manager/background/js/volume_manager_unittest.js

Issue 2503513003: Show a label to describe some invalid drag-drop operations in Files app. (Closed)
Patch Set: Fix test failure of FileManagerJsTest.DirectoryTreeTest. Created 4 years 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/background/js/volume_manager_unittest.js
diff --git a/ui/file_manager/file_manager/background/js/volume_manager_unittest.js b/ui/file_manager/file_manager/background/js/volume_manager_unittest.js
index fa9ff3a354a5e53abf774def4d3d6f26f81f37eb..338b8ecab47d9d9bb32526aef0ef5fd65c9e3a89 100644
--- a/ui/file_manager/file_manager/background/js/volume_manager_unittest.js
+++ b/ui/file_manager/file_manager/background/js/volume_manager_unittest.js
@@ -273,6 +273,7 @@ function testVolumeInfoListWhenReady(callback) {
/* deviceType */ null,
/* devicePath */ null,
/* isReadOnly */ false,
+ /* isReadOnlyRemovableDevice */ false,
/* profile */ {},
/* label */ null,
/* extensionid */ null,

Powered by Google App Engine
This is Rietveld 408576698