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

Unified Diff: ui/file_manager/integration_tests/testing_provider/background.js

Issue 2546343005: Fix typo in a Files app tests. (Closed)
Patch Set: Created 4 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698