| 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 aeb6416f532b3d7555a9da6f6254355f9fe7c680..12b80fe94c1707ed45d9f12ec730e63bbcb4cac7 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -914,16 +914,6 @@ void SyncTest::TriggerMigrationDoneError(syncer::ModelTypeSet model_types) {
|
| GetTitle()));
|
| }
|
|
|
| -void SyncTest::TriggerBirthdayError() {
|
| - ASSERT_TRUE(ServerSupportsErrorTriggering());
|
| - std::string path = "chromiumsync/birthdayerror";
|
| - ui_test_utils::NavigateToURL(browser(), sync_server_.GetURL(path));
|
| - ASSERT_EQ("Birthday error",
|
| - base::UTF16ToASCII(
|
| - browser()->tab_strip_model()->GetActiveWebContents()->
|
| - GetTitle()));
|
| -}
|
| -
|
| void SyncTest::TriggerTransientError() {
|
| ASSERT_TRUE(ServerSupportsErrorTriggering());
|
| std::string path = "chromiumsync/transienterror";
|
|
|