Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: chrome/browser/spellchecker/spellcheck_platform.h

Issue 1244443005: Patch 5: Implemented android message filter and platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@4_remove_mac_redundancies
Patch Set: 1:1 SpellingRequest/JavaObject relationship, slow when spammed Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698