| Index: chrome/browser/sync/test/integration/sync_test.h
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
|
| index af5ca0bd9d358d4bc09222dadfe3542c9173e1ed..10c08caf7eccbaa1ddb9d461a593b26920fa699f 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -172,6 +172,11 @@ class SyncTest : public InProcessBrowserTest {
|
| // this state until shut down.
|
| void TriggerTransientError();
|
|
|
| + // Triggers an auth error on the server, simulating the case when the gaia
|
| + // password is changed at another location. Note the server will stay in
|
| + // this state until shut down.
|
| + void TriggerAuthError();
|
| +
|
| // Triggers a sync error on the server.
|
| void TriggerSyncError(const browser_sync::SyncProtocolError& error);
|
|
|
|
|