From 4038e6e270171286189b2cd54fcb45a7e9c08222 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Thu, 17 Dec 2009 21:15:37 +0000 Subject: Preload the visited link db on the file thread if the file exists. Otherwise, just load like normal on the UI thread. BUG=24163 Review URL: http://codereview.chromium.org/502005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34874 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/testing_profile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/test') diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 0e6f16d..7e01ff0 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -77,6 +77,7 @@ class TestingProfile : public Profile { virtual Profile* GetOriginalProfile() { return this; } virtual webkit_database::DatabaseTracker* GetDatabaseTracker(); virtual VisitedLinkMaster* GetVisitedLinkMaster() { return NULL; } + virtual void PreloadVisitedLinkMaster() {} virtual ExtensionsService* GetExtensionsService() { return NULL; } virtual UserScriptMaster* GetUserScriptMaster() { return NULL; } virtual ExtensionDevToolsManager* GetExtensionDevToolsManager() { -- cgit v1.1