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

Unified Diff: components/drive/service/dummy_drive_service.cc

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/service/dummy_drive_service.h ('k') | components/drive/service/fake_drive_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/service/dummy_drive_service.cc
diff --git a/components/drive/service/dummy_drive_service.cc b/components/drive/service/dummy_drive_service.cc
index b5a5d87ca529b67ddc72f0dd5e2522446c526ac7..278ad2250ce3ec724b4b69f0ae679b35c4869c10 100644
--- a/components/drive/service/dummy_drive_service.cc
+++ b/components/drive/service/dummy_drive_service.cc
@@ -63,7 +63,10 @@ CancelCallback DummyDriveService::GetAllFileList(
CancelCallback DummyDriveService::GetFileListInDirectory(
const std::string& directory_resource_id,
- const FileListCallback& callback) { return CancelCallback(); }
+ const std::string& team_drive_id,
+ const FileListCallback& callback) {
+ return CancelCallback();
+}
CancelCallback DummyDriveService::Search(
const std::string& search_query,
« no previous file with comments | « components/drive/service/dummy_drive_service.h ('k') | components/drive/service/fake_drive_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698