Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: trunk/src/sync/sessions/test_util.h

Issue 135923002: Revert 244381 "Support GU retry command in sync engine. The comm..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/sync/sessions/sync_session.h ('k') | trunk/src/sync/sessions/test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « trunk/src/sync/sessions/sync_session.h ('k') | trunk/src/sync/sessions/test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698