| 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 9c83bfd8a17a49063ab43f8294d8661774d08157..3e63602afba4c906954cfeb4f1f4f2d0a3f5bd16 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
|
|
|