diff options
Diffstat (limited to 'chrome/browser/sync/test/integration/sync_test.cc')
-rw-r--r-- | chrome/browser/sync/test/integration/sync_test.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc index 911d580..dedd759 100644 --- a/chrome/browser/sync/test/integration/sync_test.cc +++ b/chrome/browser/sync/test/integration/sync_test.cc @@ -734,6 +734,12 @@ void SyncTest::TriggerAuthError() { ui_test_utils::NavigateToURL(browser(), sync_server_.GetURL(path)); } +void SyncTest::TriggerXmppAuthError() { + ASSERT_TRUE(ServerSupportsErrorTriggering()); + std::string path = "chromiumsync/xmppcred"; + ui_test_utils::NavigateToURL(browser(), sync_server_.GetURL(path)); +} + namespace { sync_pb::SyncEnums::ErrorType |