| Index: chrome/browser/chromeos/extensions/file_system_provider/provider_function.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_system_provider/provider_function.h b/chrome/browser/chromeos/extensions/file_system_provider/provider_function.h
|
| index 4028e5963269e3f0b89ec563a2a6f375453a6078..f4ed7d7055e69fb5d4aab73a60fe7c28938ff022 100644
|
| --- a/chrome/browser/chromeos/extensions/file_system_provider/provider_function.h
|
| +++ b/chrome/browser/chromeos/extensions/file_system_provider/provider_function.h
|
| @@ -64,11 +64,11 @@ class FileSystemProviderInternalFunction : public ChromeSyncExtensionFunction {
|
|
|
| // Fulfills the request with parsed arguments of this API function
|
| // encapsulated as a RequestValue instance. Also, sets a response.
|
| - // If |has_next| is set to true, then the function will be called again for
|
| + // If |has_more| is set to true, then the function will be called again for
|
| // this request.
|
| void FulfillRequest(
|
| scoped_ptr<chromeos::file_system_provider::RequestValue> value,
|
| - bool has_next);
|
| + bool has_more);
|
|
|
| // Subclasses implement this for their functionality.
|
| // Called after Parse() is successful, such that |request_id_| and
|
|
|