| Index: chrome/test/data/extensions/api_test/file_system_provider/mount/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system_provider/mount/test.js b/chrome/test/data/extensions/api_test/file_system_provider/mount/test.js
|
| index 83e2c374536d6009bde79eee3cd6757bb6b8622f..022d384c02f5978d38acd823e35a106b37ca363d 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system_provider/mount/test.js
|
| +++ b/chrome/test/data/extensions/api_test/file_system_provider/mount/test.js
|
| @@ -65,7 +65,11 @@ chrome.test.runTests([
|
| function successfulMount() {
|
| var fileSystemId = 'caramel-candy';
|
| chrome.fileSystemProvider.mount(
|
| - {fileSystemId: fileSystemId, displayName: 'caramel-candy.zip'},
|
| + {
|
| + fileSystemId: fileSystemId,
|
| + displayName: 'caramel-candy.zip',
|
| + source: 'FILE'
|
| + },
|
| chrome.test.callbackPass(function() {
|
| chrome.fileManagerPrivate.getVolumeMetadataList(function(volumeList) {
|
| var volumeInfo;
|
|
|