| Index: base/file_util_proxy.h
|
| diff --git a/base/file_util_proxy.h b/base/file_util_proxy.h
|
| index 7df51451f20c982592db81e4a0ea9109c6c69da3..c8cb2eaae452ca9ec220da3722065ccdfc95d28f 100644
|
| --- a/base/file_util_proxy.h
|
| +++ b/base/file_util_proxy.h
|
| @@ -169,12 +169,6 @@ class BASE_EXPORT FileUtilProxy {
|
| const StatusCallback& callback);
|
|
|
| // Relay helpers.
|
| - static bool RelayFileTask(
|
| - TaskRunner* task_runner,
|
| - const tracked_objects::Location& from_here,
|
| - const FileTask& task,
|
| - const StatusCallback& callback);
|
| -
|
| static bool RelayCreateOrOpen(
|
| TaskRunner* task_runner,
|
| const CreateOrOpenTask& open_task,
|
|
|