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

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

Issue 95113005: [SyncFS] Add bulk update method to MetadataDatabase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/metadata_database.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/metadata_database.h
diff --git a/chrome/browser/sync_file_system/drive_backend/metadata_database.h b/chrome/browser/sync_file_system/drive_backend/metadata_database.h
index 1bef1408dcf3d72f4d972305429d816bd4f7973a..a0601d7c9c8a851cd1c924768bd978b73981a279 100644
--- a/chrome/browser/sync_file_system/drive_backend/metadata_database.h
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_database.h
@@ -247,6 +247,9 @@ class MetadataDatabase {
// needed.
void UpdateByFileResource(const google_apis::FileResource& resource,
const SyncStatusCallback& callback);
+ void UpdateByFileResourceList(
+ ScopedVector<google_apis::FileResource> resources,
+ const SyncStatusCallback& callback);
void UpdateByDeletedRemoteFile(const std::string& file_id,
const SyncStatusCallback& callback);
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/metadata_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698