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

Unified Diff: chrome/browser/sync_file_system/drive_backend/folder_creator.h

Issue 560703002: [SyncFS] Expand simple functions to their caller in drive_backend/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@03_context_rename
Patch Set: rebase Created 6 years, 3 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 | « no previous file | chrome/browser/sync_file_system/drive_backend/folder_creator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/drive_backend/folder_creator.h
diff --git a/chrome/browser/sync_file_system/drive_backend/folder_creator.h b/chrome/browser/sync_file_system/drive_backend/folder_creator.h
index d1382787debea9bf3faf384a8beef4777c485748..a8ef3725970b2c836c0c42579bacdc39651d81dd 100644
--- a/chrome/browser/sync_file_system/drive_backend/folder_creator.h
+++ b/chrome/browser/sync_file_system/drive_backend/folder_creator.h
@@ -50,9 +50,6 @@ class FolderCreator {
ScopedVector<google_apis::FileResource> candidates,
google_apis::GDataErrorCode error,
scoped_ptr<google_apis::FileList> file_list);
- void DidUpdateDatabase(const std::string& file_id,
- const FileIDCallback& callback,
- SyncStatusCode status);
drive::DriveServiceInterface* drive_service_;
MetadataDatabase* metadata_database_;
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/folder_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698