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

Unified Diff: chrome/test/live_sync/live_sync_test.h

Issue 7477004: Simulate transient error and verify exponential backoff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload before commit. Created 9 years, 4 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 | « chrome/chrome_browser.gypi ('k') | chrome/test/live_sync/live_sync_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/live_sync_test.h
diff --git a/chrome/test/live_sync/live_sync_test.h b/chrome/test/live_sync/live_sync_test.h
index 0888fd4ba7ada463068e245f163cfc1c77c946bf..fc5e008155103a008aefcc0e55095098f0129664 100644
--- a/chrome/test/live_sync/live_sync_test.h
+++ b/chrome/test/live_sync/live_sync_test.h
@@ -142,6 +142,10 @@ class LiveSyncTest : public InProcessBrowserTest {
// the server would return a birthday error on next sync.
void TriggerBirthdayError();
+ // Triggers a transient error on the server. Note the server will stay in
+ // this state until shut down.
+ void TriggerTransientError();
+
protected:
// InProcessBrowserTest override. Destroys all the sync clients and sync
// profiles created by a test.
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/live_sync/live_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698