diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 6 |
1 files changed, 6 insertions, 0 deletions
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() { |