| Index: chrome/test/live_sync/live_sync_test.cc
|
| diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
|
| index a47d67f394614d4a7725b84a82669f5f1622a406..523029665a740eab0383a4b747d7cca77be7542f 100644
|
| --- a/chrome/test/live_sync/live_sync_test.cc
|
| +++ b/chrome/test/live_sync/live_sync_test.cc
|
| @@ -510,6 +510,14 @@ void LiveSyncTest::TriggerMigrationDoneError(
|
| browser()->GetSelectedTabContents()->GetTitle());
|
| }
|
|
|
| +void LiveSyncTest::TriggerBirthdayError() {
|
| + ASSERT_TRUE(ServerSupportsErrorTriggering());
|
| + std::string path = "chromiumsync/birthdayerror";
|
| + ui_test_utils::NavigateToURL(browser(), sync_server_.GetURL(path));
|
| + ASSERT_EQ(ASCIIToUTF16("Birthday error"),
|
| + browser()->GetSelectedTabContents()->GetTitle());
|
| +}
|
| +
|
| void LiveSyncTest::SetProxyConfig(net::URLRequestContextGetter* context_getter,
|
| const net::ProxyConfig& proxy_config) {
|
| base::WaitableEvent done(false, false);
|
|
|