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 d23a796603caa71b57986b6558eca133ef8c90f3..c349e9a9c2198906e900fcbcec026424154cbf4d 100644 |
--- a/chrome/common/extensions/api/file_system_provider_internal.idl |
+++ b/chrome/common/extensions/api/file_system_provider_internal.idl |
@@ -40,7 +40,7 @@ namespace fileSystemProviderInternal { |
DOMString fileSystemId, |
long requestId, |
fileSystemProvider.EntryMetadata[] entries, |
- boolean hasNext); |
+ boolean hasMore); |
// Internal. Error callback of the <code>onReadDirectoryRequested</code> |
// event. Must be called when reading a directory fails. |
@@ -81,7 +81,7 @@ namespace fileSystemProviderInternal { |
DOMString fileSystemId, |
long requestId, |
ArrayBuffer data, |
- boolean hasNext); |
+ boolean hasMore); |
// Internal. Error callback of the <code>onReadFileRequested</code> |
// event. Must be called when reading a file fails. |