| 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,
|
|
|