Index: chrome/browser/spellchecker/spellcheck_host_impl.h |
diff --git a/chrome/browser/spellchecker/spellcheck_host_impl.h b/chrome/browser/spellchecker/spellcheck_host_impl.h |
index bf0c52749de739db52b339b69a97b20da5a8892e..e1af48a12964cfd727b19265bfaab3f943125b5d 100644 |
--- a/chrome/browser/spellchecker/spellcheck_host_impl.h |
+++ b/chrome/browser/spellchecker/spellcheck_host_impl.h |
@@ -92,6 +92,9 @@ class SpellCheckHostImpl : public SpellCheckHost, |
// or null when metrics recording is disabled. |
virtual SpellCheckHostMetrics* GetMetrics() const; |
+ // Returns true if the dictionary is ready to use. |
+ virtual bool IsReady() const; |
+ |
// URLFetcher::Delegate implementation. Called when we finish downloading the |
// spellcheck dictionary; saves the dictionary to |data_|. |
virtual void OnURLFetchComplete(const URLFetcher* source, |