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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/unmount/test.js

Issue 703123003: [fsp] Pass more detailed errors to the providing extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a bug. Created 6 years, 1 month 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 | « chrome/test/data/extensions/api_test/file_system_provider/notify/test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/file_system_provider/unmount/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/unmount/test.js b/chrome/test/data/extensions/api_test/file_system_provider/unmount/test.js
index 77e55a4311c1bc43e7e2a25e2fe2bd7f17c181f0..f6f9523a457e5a38a67fd8af1712f0143f03581b 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/unmount/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/unmount/test.js
@@ -70,7 +70,7 @@ function runTests() {
function unmountWrongId() {
chrome.fileSystemProvider.unmount(
{fileSystemId: 'wrong-fs-id'},
- chrome.test.callbackFail('SECURITY'));
+ chrome.test.callbackFail('NOT_FOUND'));
},
// Tests if fileManagerPrivate.removeMount() for provided file systems emits
« no previous file with comments | « chrome/test/data/extensions/api_test/file_system_provider/notify/test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698