summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/extensions/file_system_provider/provider_function.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/extensions/file_system_provider/provider_function.h')
-rw-r--r--chrome/browser/chromeos/extensions/file_system_provider/provider_function.h4
1 files changed, 3 insertions, 1 deletions
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 f4ed7d7..b575d0e 100644
--- a/chrome/browser/chromeos/extensions/file_system_provider/provider_function.h
+++ b/chrome/browser/chromeos/extensions/file_system_provider/provider_function.h
@@ -60,7 +60,9 @@ class FileSystemProviderInternalFunction : public ChromeSyncExtensionFunction {
virtual ~FileSystemProviderInternalFunction() {}
// Rejects the request and sets a response for this API function.
- void RejectRequest(base::File::Error error);
+ void RejectRequest(
+ scoped_ptr<chromeos::file_system_provider::RequestValue> value,
+ base::File::Error error);
// Fulfills the request with parsed arguments of this API function
// encapsulated as a RequestValue instance. Also, sets a response.