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

Unified Diff: chrome/browser/sync_file_system/drive_file_sync_client.h

Issue 12209115: Sync FileSystem: disable etag match on duplication recovery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment, rename deletion function Created 7 years, 10 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_file_sync_client.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_file_sync_client.h
diff --git a/chrome/browser/sync_file_system/drive_file_sync_client.h b/chrome/browser/sync_file_system/drive_file_sync_client.h
index a80516358e60131925daab7e80ff52ad223df47e..a8f322cdb0949e1ace026ae28d747da78465abd1 100644
--- a/chrome/browser/sync_file_system/drive_file_sync_client.h
+++ b/chrome/browser/sync_file_system/drive_file_sync_client.h
@@ -291,11 +291,13 @@ class DriveFileSyncClient
const ResourceEntryCallback& callback,
google_apis::GDataErrorCode error,
scoped_ptr<google_apis::ResourceList> feed);
- void DeleteEntries(ScopedVector<google_apis::ResourceEntry> entries,
- const GDataErrorCallback& callback);
- void DidDeleteEntry(ScopedVector<google_apis::ResourceEntry> entries,
- const GDataErrorCallback& callback,
- google_apis::GDataErrorCode error);
+ void DeleteEntriesForEnsuringTitleUniqueness(
+ ScopedVector<google_apis::ResourceEntry> entries,
+ const GDataErrorCallback& callback);
+ void DidDeleteEntriesForEnsuringTitleUniqueness(
+ ScopedVector<google_apis::ResourceEntry> entries,
+ const GDataErrorCallback& callback,
+ google_apis::GDataErrorCode error);
static std::string FormatTitleQuery(const std::string& title);
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_file_sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698