Index: chrome/browser/sync/test/integration/sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc |
index 589c6fb51098a01b8e844ed41a7f6aebecba56a3..895ac42854ff6f83ff0bf96ea02bb8dc25999668 100644 |
--- a/chrome/browser/sync/test/integration/sync_test.cc |
+++ b/chrome/browser/sync/test/integration/sync_test.cc |
@@ -622,6 +622,12 @@ void SyncTest::TriggerTransientError() { |
UTF16ToASCII(browser()->GetSelectedTabContents()->GetTitle())); |
} |
+void SyncTest::TriggerAuthError() { |
+ ASSERT_TRUE(ServerSupportsErrorTriggering()); |
+ std::string path = "chromiumsync/cred"; |
+ ui_test_utils::NavigateToURL(browser(), sync_server_.GetURL(path)); |
+} |
+ |
namespace { |
sync_pb::ClientToServerResponse::ErrorType |