diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index c68e9fcb..892d357 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -140,6 +140,8 @@ class TestingProfile : public Profile { } virtual void ResetTabRestoreService() { } + virtual void InitializeSpellChecker() { + } virtual SpellChecker* GetSpellChecker() { return NULL; } |