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

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

Issue 11602004: Cleanup: Remote metadata parameter from ApplyLocalChange (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/sync_file_system/local_file_sync_service.cc
diff --git a/chrome/browser/sync_file_system/local_file_sync_service.cc b/chrome/browser/sync_file_system/local_file_sync_service.cc
index fd20d06bbca4ad828a51b8fa34f65c03e66458b8..fcaa838a6777b4545fb656e9241b89297e2159fa 100644
--- a/chrome/browser/sync_file_system/local_file_sync_service.cc
+++ b/chrome/browser/sync_file_system/local_file_sync_service.cc
@@ -337,7 +337,6 @@ void LocalFileSyncService::DidGetFileForLocalSync(
processor->ApplyLocalChange(
sync_file_info.changes.front(),
sync_file_info.local_file_path,
- sync_file_info.metadata,
sync_file_info.url,
base::Bind(&LocalFileSyncService::ProcessNextChangeForURL,
AsWeakPtr(), processor,
@@ -388,7 +387,6 @@ void LocalFileSyncService::ProcessNextChangeForURL(
processor->ApplyLocalChange(
changes.front(),
sync_file_info.local_file_path,
- sync_file_info.metadata,
url,
base::Bind(&LocalFileSyncService::ProcessNextChangeForURL,
AsWeakPtr(), processor, sync_file_info,

Powered by Google App Engine
This is Rietveld 408576698