Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10153)

Unified Diff: chrome/test/base/testing_profile.h

Issue 12929016: bookmarks: Get rid of TestingProfile::BlockUntilBookmarkModelLoaded(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog_unittest.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698