| Index: trunk/src/sync/sessions/test_util.h
|
| ===================================================================
|
| --- trunk/src/sync/sessions/test_util.h (revision 244437)
|
| +++ trunk/src/sync/sessions/test_util.h (working copy)
|
| @@ -47,15 +47,12 @@
|
| const sessions::NudgeTracker& nudge_tracker,
|
| sessions::SyncSession* session);
|
|
|
| -// Poll/Retry successes and failures.
|
| -void SimulatePollRetrySuccess(ModelTypeSet requested_types,
|
| - sessions::SyncSession* session);
|
| -void SimulatePollRetryFailed(ModelTypeSet requested_types,
|
| - sessions::SyncSession* session);
|
| +// Poll successes and failures.
|
| +void SimulatePollSuccess(ModelTypeSet requested_types,
|
| + sessions::SyncSession* session);
|
| +void SimulatePollFailed(ModelTypeSet requested_types,
|
| + sessions::SyncSession* session);
|
|
|
| -void SimulateGuRetryDelayCommandImpl(sessions::SyncSession* session,
|
| - base::TimeDelta delay);
|
| -
|
| void SimulateThrottledImpl(sessions::SyncSession* session,
|
| const base::TimeDelta& delta);
|
|
|
| @@ -93,10 +90,6 @@
|
| SimulateSessionsCommitDelayUpdateImpl(arg0, arg1, arg2, poll);
|
| }
|
|
|
| -ACTION_P(SimulateGuRetryDelayCommand, delay) {
|
| - SimulateGuRetryDelayCommandImpl(arg0, delay);
|
| -}
|
| -
|
| } // namespace test_util
|
| } // namespace sessions
|
| } // namespace syncer
|
|
|