| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 82067b18218d75bcdcf2bfadb239684e533be444..9cdc6213ce7a798764cb895eb79a3bd1aa6b83f0 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -430,15 +430,6 @@ void TestingProfile::CreateWebDataService() {
|
| this, BuildWebDataService);
|
| }
|
|
|
| -void TestingProfile::BlockUntilBookmarkModelLoaded() {
|
| - // Only get the bookmark model if it actually exists since the caller of the
|
| - // test should explicitly call CreateBookmarkModel to build it.
|
| - BookmarkModel* bookmark_model =
|
| - BookmarkModelFactory::GetForProfileIfExists(this);
|
| - DCHECK(bookmark_model);
|
| - ui_test_utils::WaitForBookmarkModelToLoad(bookmark_model);
|
| -}
|
| -
|
| void TestingProfile::BlockUntilHistoryIndexIsRefreshed() {
|
| // Only get the history service if it actually exists since the caller of the
|
| // test should explicitly call CreateHistoryService to build it.
|
|
|