| Index: chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system.h b/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| index 3bb7a468f82c8ba29db4b2b7e577786d55e14cbf..abfbaadd1dc546466c9966bc2ce1396344af425f 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
| @@ -170,8 +170,7 @@ class ProvidedFileSystem : public ProvidedFileSystemInterface {
|
| // Aborts an operation executed with a request id equal to
|
| // |operation_request_id|. The request is removed immediately on the C++ side
|
| // despite being handled by the providing extension or not.
|
| - void Abort(int operation_request_id,
|
| - const storage::AsyncFileUtil::StatusCallback& callback);
|
| + void Abort(int operation_request_id);
|
|
|
| // Called when adding a watcher is completed with either success or en error.
|
| void OnAddWatcherCompleted(
|
|
|