| Index: chrome/browser/sync/test_profile_sync_service.h
|
| ===================================================================
|
| --- chrome/browser/sync/test_profile_sync_service.h (revision 146499)
|
| +++ chrome/browser/sync/test_profile_sync_service.h (working copy)
|
| @@ -44,13 +44,12 @@
|
|
|
| MOCK_METHOD1(RequestNudge, void(const tracked_objects::Location&));
|
|
|
| - 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;
|
| + // Called when a nudge comes in.
|
| + void SimulateSyncCycleCompletedInitialSyncEnded(
|
| + const tracked_objects::Location&);
|
|
|
| + virtual void StartConfiguration(const base::Closure& callback) OVERRIDE;
|
| +
|
| static void SetHistoryServiceExpectations(ProfileMock* profile);
|
|
|
| protected:
|
|
|