Index: chrome/browser/spellchecker/spellcheck_platform.h |
diff --git a/chrome/browser/spellchecker/spellcheck_platform.h b/chrome/browser/spellchecker/spellcheck_platform.h |
index 4a7a6c9ed86a1aeae8c56b59dfe7a7624a0f874d..11776385587136a9a39f993b5637831b3ad0417e 100644 |
--- a/chrome/browser/spellchecker/spellcheck_platform.h |
+++ b/chrome/browser/spellchecker/spellcheck_platform.h |
@@ -94,6 +94,9 @@ void RequestTextCheck(int document_tag, |
const base::string16& text, |
TextCheckCompleteCallback callback); |
+//Initializes the Java class that will be used for Android spellchecking. |
+void InitializeJNIBridge(); |
+ |
// Internal state, to restore system state after testing. |
// Not public since it contains Cocoa data types. |
class SpellcheckerStateInternal; |