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

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

Issue 1136193002: Add a menu item for configuring configurable providers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 7 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/background/js/mock_volume_manager.js
diff --git a/ui/file_manager/file_manager/background/js/mock_volume_manager.js b/ui/file_manager/file_manager/background/js/mock_volume_manager.js
index 46c74fb6cb244ba20ee6e124b31ae68b938709ef..b37e4fd95a1171c2acf3b6acc9fdaa5b43cb767c 100644
--- a/ui/file_manager/file_manager/background/js/mock_volume_manager.js
+++ b/ui/file_manager/file_manager/background/js/mock_volume_manager.js
@@ -110,14 +110,15 @@ MockVolumeManager.createMockVolumeInfo = function(type, volumeId, label) {
type,
volumeId,
fileSystem,
- '', // error
- '', // deviceType
- '', // devicePath
- false, // isReadonly
+ '', // error
+ '', // deviceType
+ '', // devicePath
+ false, // isReadonly
{isCurrentProfile: true, displayName: ''}, // profile
- label, // label
- '', // extensionId
- false); // hasMedia
+ label, // label
+ '', // extensionId
+ false, // hasMedia
+ false); // configurable
return volumeInfo;
};

Powered by Google App Engine
This is Rietveld 408576698