From 3bf335afc98d4f9e85bb5a3f72974d53cb77ebeb Mon Sep 17 00:00:00 2001 From: "jorlow@chromium.org" Date: Fri, 26 Jun 2009 20:46:06 +0000 Subject: Create a webkit thread for use within the browser process. This patch also includes some (soon to be fleshed out in another CL) code to demonstrate how it'll be used in DOM Storage. BUG=None TEST=None Review URL: http://codereview.chromium.org/139003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19413 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/testing_profile.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chrome/test/testing_profile.h') diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index b7daf41..d791fdd 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -204,6 +204,12 @@ class TestingProfile : public Profile { virtual SpellChecker* GetSpellChecker() { return NULL; } + virtual WebKitContext* GetWebKitContext() { + return NULL; + } + virtual WebKitContext* GetOffTheRecordWebKitContext() { + return NULL; + } virtual void MarkAsCleanShutdown() { } virtual void InitExtensions() { -- cgit v1.1