| Index: ui/file_manager/integration_tests/testing_provider/background.js
|
| diff --git a/ui/file_manager/integration_tests/testing_provider/background.js b/ui/file_manager/integration_tests/testing_provider/background.js
|
| index 5d41be1cfacd5f7587290385f274fc54c696783f..f3377f4e3e16ab337673365e21f948a0bb68e1e1 100644
|
| --- a/ui/file_manager/integration_tests/testing_provider/background.js
|
| +++ b/ui/file_manager/integration_tests/testing_provider/background.js
|
| @@ -49,7 +49,7 @@ chrome.fileSystemProvider.onUnmountRequested.addListener(
|
|
|
| chrome.fileSystemProvider.onGetActionsRequested.addListener(
|
| function(options, onSuccess, onError) {
|
| - onSucces([]);
|
| + onSuccess([]);
|
| });
|
|
|
| // If the manifest for device or file source is used, then mount a fake file
|
|
|