| Index: trunk/src/sync/internal_api/public/test/fake_sync_manager.h
|
| ===================================================================
|
| --- trunk/src/sync/internal_api/public/test/fake_sync_manager.h (revision 222204)
|
| +++ trunk/src/sync/internal_api/public/test/fake_sync_manager.h (working copy)
|
| @@ -92,8 +92,7 @@
|
| Encryptor* encryptor,
|
| scoped_ptr<UnrecoverableErrorHandler> unrecoverable_error_handler,
|
| ReportUnrecoverableErrorFunction report_unrecoverable_error_function,
|
| - bool use_oauth2_token,
|
| - CancelationSignal* cancelation_signal) OVERRIDE;
|
| + bool use_oauth2_token) OVERRIDE;
|
| virtual void ThrowUnrecoverableError() OVERRIDE;
|
| virtual ModelTypeSet InitialSyncEndedTypes() OVERRIDE;
|
| virtual ModelTypeSet GetTypesWithEmptyProgressMarkerToken(
|
| @@ -115,6 +114,7 @@
|
| virtual void RemoveObserver(Observer* observer) OVERRIDE;
|
| virtual SyncStatus GetDetailedStatus() const OVERRIDE;
|
| virtual void SaveChanges() OVERRIDE;
|
| + virtual void StopSyncingForShutdown() OVERRIDE;
|
| virtual void ShutdownOnSyncThread() OVERRIDE;
|
| virtual UserShare* GetUserShare() OVERRIDE;
|
| virtual const std::string cache_guid() OVERRIDE;
|
|
|