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

Unified Diff: chrome/browser/chromeos/extensions/file_system_provider/provider_function.h

Issue 335753004: [fsp] Cleanup handling errors for operation requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 6 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/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 f4ed7d7055e69fb5d4aab73a60fe7c28938ff022..b575d0e768d4b8af8c1db658f748684c8f1251df 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.

Powered by Google App Engine
This is Rietveld 408576698