| Index: chrome/browser/sync_file_system/drive_file_sync_service.h
|
| diff --git a/chrome/browser/sync_file_system/drive_file_sync_service.h b/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| index ad215642b19a2b9efe977d242b5166551f32c430..e372a9f4d458a7f19ed2f3f813a0906b448f738f 100644
|
| --- a/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| +++ b/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| @@ -280,7 +280,8 @@ class DriveFileSyncService
|
| scoped_ptr<ProcessRemoteChangeParam> param,
|
| fileapi::SyncStatusCode status);
|
|
|
| - void AppendNewRemoteChange(const GURL& origin,
|
| + // Returns true if |pending_changes_| was updated.
|
| + bool AppendNewRemoteChange(const GURL& origin,
|
| const google_apis::DocumentEntry& entry,
|
| int64 changestamp,
|
| RemoteSyncType sync_type);
|
| @@ -301,6 +302,7 @@ class DriveFileSyncService
|
| void FetchChangesForIncrementalSync();
|
| void DidFetchChangesForIncrementalSync(
|
| scoped_ptr<TaskToken> token,
|
| + bool has_new_changes,
|
| google_apis::GDataErrorCode error,
|
| scoped_ptr<google_apis::DocumentFeed> changes);
|
| bool GetOriginForEntry(const google_apis::DocumentEntry& entry, GURL* origin);
|
|
|