diff options
Diffstat (limited to 'chrome/test/testing_profile.cc')
-rw-r--r-- | chrome/test/testing_profile.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc index ac9e9f7..c1c3fe8 100644 --- a/chrome/test/testing_profile.cc +++ b/chrome/test/testing_profile.cc @@ -67,3 +67,7 @@ void TestingProfile::DestroyHistoryService() { MessageLoop::current()->PostTask(FROM_HERE, new MessageLoop::QuitTask); MessageLoop::current()->Run(); } + +void TestingProfile::CreateBookmarkBarModel() { + bookmark_bar_model_.reset(new BookmarkBarModel(this)); +} |