| Index: chrome/browser/chromeos/file_manager/file_tasks.h
|
| diff --git a/chrome/browser/chromeos/file_manager/file_tasks.h b/chrome/browser/chromeos/file_manager/file_tasks.h
|
| index 8e2e777b61eafaf3d17cbbb28930d542d3490768..968c4ae053e27f10db30f8d2b6d1bf5ca5a78930 100644
|
| --- a/chrome/browser/chromeos/file_manager/file_tasks.h
|
| +++ b/chrome/browser/chromeos/file_manager/file_tasks.h
|
| @@ -237,8 +237,6 @@ typedef base::Callback<void(bool success)> FileTaskFinishedCallback;
|
| // profile - The profile used for making this function call.
|
| // app_id - The ID of the app requesting the file task execution.
|
| // source_url - The source URL which originates this function call.
|
| -// tab_id - The ID of the tab which originates this function call.
|
| -// This can be 0 if no tab is associated.
|
| // task - See the comment at TaskDescriptor struct.
|
| // file_urls - URLs of the target files.
|
| // done - The callback which will be called on completion.
|
| @@ -247,7 +245,6 @@ typedef base::Callback<void(bool success)> FileTaskFinishedCallback;
|
| bool ExecuteFileTask(Profile* profile,
|
| const GURL& source_url,
|
| const std::string& app_id,
|
| - int32 tab_id,
|
| const TaskDescriptor& task,
|
| const std::vector<fileapi::FileSystemURL>& file_urls,
|
| const FileTaskFinishedCallback& done);
|
|
|