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

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

Issue 496953003: [fsp] Make the reading operation abortable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed indents. Created 6 years, 4 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: chrome/test/data/extensions/api_test/file_system_provider/write_file/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/write_file/test.js b/chrome/test/data/extensions/api_test/file_system_provider/write_file/test.js
index 07540019198747912422e64286a6dd193dbe5c82..c51cfd1a5f79c693e73d698be16bbe9420d30b8c 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/write_file/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/write_file/test.js
@@ -316,7 +316,7 @@ function runTests() {
},
// Abort writing to a valid file with a registered abort handler. Should
- // resurt in a gracefully terminated writing operation.
+ // result in a gracefully terminated writing operation.
function abortWritingSuccess() {
var onTestSuccess = chrome.test.callbackPass();

Powered by Google App Engine
This is Rietveld 408576698