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

Unified Diff: chrome/browser/chromeos/file_manager/file_tasks.h

Issue 101323002: Stop setting invalid value to the |tab_id| field of fileBrowserHandler API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/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);
« no previous file with comments | « chrome/browser/chromeos/file_manager/file_browser_handlers.cc ('k') | chrome/browser/chromeos/file_manager/file_tasks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698