| Index: chrome/browser/sync/test_profile_sync_service.h
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
|
| index 5673aa8ab2cfb757f68fca2b8e47e9c8150a152d..1d82c2664ed7a298d5f664d6e616d2ee40c9f05c 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -44,11 +44,12 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost {
|
|
|
| MOCK_METHOD1(RequestNudge, void(const tracked_objects::Location&));
|
|
|
| - // Called when a nudge comes in.
|
| - void SimulateSyncCycleCompletedInitialSyncEnded(
|
| - const tracked_objects::Location&);
|
| -
|
| - virtual void StartConfiguration(const base::Closure& callback) OVERRIDE;
|
| + virtual void RequestConfigureSyncer(
|
| + syncer::ConfigureReason reason,
|
| + syncer::ModelTypeSet types_to_config,
|
| + const syncer::ModelSafeRoutingInfo& routing_info,
|
| + const base::Callback<void(syncer::ModelTypeSet)>& ready_task,
|
| + const base::Closure& retry_callback) OVERRIDE;
|
|
|
| static void SetHistoryServiceExpectations(ProfileMock* profile);
|
|
|
|
|