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

Unified Diff: chrome/browser/sync_file_system/drive_file_sync_service.cc

Issue 12223088: Sync FileSystem: Update metadata database even when the file is not modified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | no next file » | 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_service.cc
diff --git a/chrome/browser/sync_file_system/drive_file_sync_service.cc b/chrome/browser/sync_file_system/drive_file_sync_service.cc
index 397d0ad9aa3613a16e87d4bdc10927769bb7e358..76b98420f529bea4a19a909779014fd9975a622c 100644
--- a/chrome/browser/sync_file_system/drive_file_sync_service.cc
+++ b/chrome/browser/sync_file_system/drive_file_sync_service.cc
@@ -1545,7 +1545,7 @@ void DriveFileSyncService::DidDownloadFileForRemoteSync(
const std::string& md5_checksum) {
if (error == google_apis::HTTP_NOT_MODIFIED) {
param->sync_action = fileapi::SYNC_ACTION_NONE;
- CompleteRemoteSync(param.Pass(), fileapi::SYNC_STATUS_OK);
+ DidApplyRemoteChange(param.Pass(), fileapi::SYNC_STATUS_OK);
return;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698