Chromium Code Reviews| 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 7d1eaa155111cd74852935f866fa5bcdef7c34b3..6dca1067269bf642a62433eabdc6325d7eaf8189 100644 |
| --- a/chrome/browser/sync/test/integration/sync_test.h |
| +++ b/chrome/browser/sync/test/integration/sync_test.h |
| @@ -17,6 +17,7 @@ |
| #include "base/memory/scoped_vector.h" |
| #include "base/process_util.h" |
| #include "chrome/browser/sync/syncable/model_type.h" |
| +#include "chrome/browser/sync/protocol/sync_protocol_error.h" |
|
Raghu Simha
2011/09/16 04:01:02
Alphabetize includes.
lipalani1
2011/09/19 18:59:13
Done.
|
| #include "net/base/mock_host_resolver.h" |
| #include "net/test/test_server.h" |
| @@ -173,6 +174,9 @@ class SyncTest : public InProcessBrowserTest { |
| // this state until shut down. |
| void TriggerTransientError(); |
| + // Triggers a sync error on the server. |
| + void TriggerSyncError(const browser_sync::SyncProtocolError& error); |
| + |
| // Triggers setting the sync_tabs field of the nigori node. |
| void TriggerSetSyncTabs(); |