diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index c36a5ec..b1395c0 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -56,8 +56,6 @@ class TestingProfile : public Profile { // for testing error conditions. void CreateHistoryService(bool delete_file, bool no_db); - void CreateTopSites(); - // Creates the BookmkarBarModel. If not invoked the bookmark bar model is // NULL. If |delete_file| is true, the bookmarks file is deleted first, then // the model is created. As TestingProfile deletes the directory containing @@ -82,10 +80,6 @@ class TestingProfile : public Profile { // CreateBookmarkModel. void BlockUntilBookmarkModelLoaded(); - // Blocks until TopSites finishes loading. - void BlockUntilTopSitesLoaded(); - - // Creates a TemplateURLModel. If not invoked the TemplateURLModel is NULL. // Creates a TemplateURLFetcher. If not invoked, the TemplateURLFetcher is // NULL. void CreateTemplateURLFetcher(); |