Index: chrome/test/testing_profile.h |
=================================================================== |
--- chrome/test/testing_profile.h (revision 32394) |
+++ chrome/test/testing_profile.h (working copy) |
@@ -175,13 +175,8 @@ |
virtual base::Time GetStartTime() const { return start_time_; } |
virtual TabRestoreService* GetTabRestoreService() { return NULL; } |
virtual void ResetTabRestoreService() {} |
- virtual void ReinitializeSpellChecker() {} |
- virtual SpellChecker* GetSpellChecker() { return NULL; } |
- virtual void DeleteSpellChecker() {} |
-#if defined(SPELLCHECKER_IN_RENDERER) |
virtual SpellCheckHost* GetSpellCheckHost() { return NULL; } |
virtual void ReinitializeSpellCheckHost(bool force) { } |
-#endif |
virtual WebKitContext* GetWebKitContext() { return NULL; } |
virtual WebKitContext* GetOffTheRecordWebKitContext() { return NULL; } |
virtual void MarkAsCleanShutdown() {} |