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

Unified Diff: components/drive/job_scheduler.h

Issue 2910913002: WIP.
Patch Set: rebase Created 3 years, 7 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
« no previous file with comments | « components/drive/chromeos/fake_file_system.cc ('k') | components/drive/job_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/job_scheduler.h
diff --git a/components/drive/job_scheduler.h b/components/drive/job_scheduler.h
index 0392bfe93144070c5ebfd51ec3b26d8e0a4ea66a..98c0c56f8b42e7516f4701d0708f96641a96f825 100644
--- a/components/drive/job_scheduler.h
+++ b/components/drive/job_scheduler.h
@@ -95,6 +95,7 @@ class JobScheduler
// Adds a GetFileListInDirectory operation to the queue.
// |callback| must not be null.
void GetFileListInDirectory(const std::string& directory_resource_id,
+ const std::string& team_drive_id,
const google_apis::FileListCallback& callback);
// Adds a Search operation to the queue.
« no previous file with comments | « components/drive/chromeos/fake_file_system.cc ('k') | components/drive/job_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698