| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 148b4688ad544e95176a8f1d6e2a77da24500f16..bccbbf4cfd6f70c24c2be971f44f8ce93c8189a5 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -157,10 +157,6 @@ class TestingProfile : public Profile {
|
| // Creates a WebDataService. If not invoked, the web data service is NULL.
|
| void CreateWebDataService();
|
|
|
| - // Blocks until the BookmarkModel finishes loaded. This is NOT invoked from
|
| - // CreateBookmarkModel.
|
| - void BlockUntilBookmarkModelLoaded();
|
| -
|
| // Blocks until the HistoryService finishes restoring its in-memory cache.
|
| // This is NOT invoked from CreateHistoryService.
|
| void BlockUntilHistoryIndexIsRefreshed();
|
|
|