| Index: chrome/test/testing_profile.h
|
| ===================================================================
|
| --- chrome/test/testing_profile.h (revision 31117)
|
| +++ chrome/test/testing_profile.h (working copy)
|
| @@ -177,6 +177,10 @@
|
| 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() {}
|
|
|