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

Unified Diff: chrome/test/data/file_manager/unit_tests/mocks/mock_volume_manager.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
Index: chrome/test/data/file_manager/unit_tests/mocks/mock_volume_manager.js
diff --git a/chrome/test/data/file_manager/unit_tests/mocks/mock_volume_manager.js b/chrome/test/data/file_manager/unit_tests/mocks/mock_volume_manager.js
index f3634b311897057d9f0b27a5df0da53139ea115e..9474ad39efb2a8323e402bfe61e430934e594bc2 100644
--- a/chrome/test/data/file_manager/unit_tests/mocks/mock_volume_manager.js
+++ b/chrome/test/data/file_manager/unit_tests/mocks/mock_volume_manager.js
@@ -44,6 +44,7 @@ MockVolumeManager.createMockVolumeInfo = function(type, volumeId) {
fileSystem,
'', // error
'', // deviceType
+ '', // devicePath
false, // isReadonly
{isCurrentProfile: true, displayName: ''}, // profile
''); // label

Powered by Google App Engine
This is Rietveld 408576698