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 94d6f635bad48b1ec374a986f09da039f1b183ff..76d26d9643a5fe9f0709b97e2da1ce92ef6dda73 100644 |
--- a/chrome/test/live_sync/live_sync_test.h |
+++ b/chrome/test/live_sync/live_sync_test.h |
@@ -134,6 +134,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. |