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

Unified Diff: chrome/test/data/file_manager/unit_tests/device_handler_unittest.js

Issue 612303005: Files.app: Remove navigationVolumeMap from the background page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/test/data/file_manager/unit_tests/mocks/mock_volume_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/file_manager/unit_tests/device_handler_unittest.js
diff --git a/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js b/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js
index fa357f4d6c573e10113cf2bacfaf4a7cb2a3bb4a..8bcab3a34119832ccb8be6828f0aed8a6798ea56 100644
--- a/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js
+++ b/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js
@@ -66,6 +66,9 @@ function setUp() {
addListener: function(listener) {
this.dispatch = listener;
}
+ },
+ getAll: function(callback) {
+ callback([]);
}
},
runtime: {
« no previous file with comments | « no previous file | chrome/test/data/file_manager/unit_tests/mocks/mock_volume_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698