| Index: chrome/browser/sync_file_system/local/local_file_sync_context.h
|
| diff --git a/chrome/browser/sync_file_system/local/local_file_sync_context.h b/chrome/browser/sync_file_system/local/local_file_sync_context.h
|
| index ce47b4728bab22e76baae01c24237eab1d206a1f..f293ae50b82151bacb3da30d780b931c732d0c9a 100644
|
| --- a/chrome/browser/sync_file_system/local/local_file_sync_context.h
|
| +++ b/chrome/browser/sync_file_system/local/local_file_sync_context.h
|
| @@ -274,6 +274,12 @@ class LocalFileSyncContext
|
| SyncStatusCode status,
|
| const LocalFileSyncInfo& sync_file_info,
|
| webkit_blob::ScopedFile snapshot);
|
| + void PromoteDemotedChangesForURL(
|
| + fileapi::FileSystemContext* file_system_context,
|
| + const fileapi::FileSystemURL& url);
|
| + void PromoteDemotedChangesForURLs(
|
| + fileapi::FileSystemContext* file_system_context,
|
| + scoped_ptr<FileSystemURLQueue> url);
|
|
|
| // Callback routine for PrepareForSync and GetFileForLocalSync.
|
| void DidGetWritingStatusForSync(
|
|
|