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

Unified Diff: chrome/common/extensions/api/file_system_provider_internal.idl

Issue 288113004: [fsp] Add FileStreamReader for the reading operation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests. Created 6 years, 7 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/common/extensions/api/file_system_provider_internal.idl
diff --git a/chrome/common/extensions/api/file_system_provider_internal.idl b/chrome/common/extensions/api/file_system_provider_internal.idl
index f63cc0e9feec13edc1ff1558d0e6f9ab4ddaee1d..818c3fbb82d83f71f7c8f99353c21f392da5ffee 100644
--- a/chrome/common/extensions/api/file_system_provider_internal.idl
+++ b/chrome/common/extensions/api/file_system_provider_internal.idl
@@ -80,7 +80,7 @@ namespace fileSystemProviderInternal {
static void readFileRequestedSuccess(
long fileSystemId,
long requestId,
- DOMString data,
+ ArrayBuffer data,
boolean hasNext);
// Internal. Error callback of the <code>onReadFileRequested</code>

Powered by Google App Engine
This is Rietveld 408576698