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

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

Issue 2839863002: Add Team Drive subtree to the directory list view. (Closed)
Patch Set: Remove some unncecesary code Created 3 years, 8 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/actions_model_unittest.js
diff --git a/ui/file_manager/file_manager/foreground/js/actions_model_unittest.js b/ui/file_manager/file_manager/foreground/js/actions_model_unittest.js
index 119b9a903b5aeeb205f508f8494b2bdec51496ca..32c46bd82b8950fa7f37d6bd9a8423396edcc839 100644
--- a/ui/file_manager/file_manager/foreground/js/actions_model_unittest.js
+++ b/ui/file_manager/file_manager/foreground/js/actions_model_unittest.js
@@ -80,6 +80,7 @@ function setUp() {
pinDriveFile: null
},
};
+ new MockCommandLinePrivate();
volumeManager = new MockVolumeManager();
volumeManager.createVolumeInfo(

Powered by Google App Engine
This is Rietveld 408576698