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

Unified Diff: chrome/browser/chromeos/input_method/input_method_engine.h

Issue 15912004: Add private API to notify end of initialization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/chromeos/input_method/input_method_engine.h
diff --git a/chrome/browser/chromeos/input_method/input_method_engine.h b/chrome/browser/chromeos/input_method/input_method_engine.h
index 2993cef120fe0a8cf31373f6c0ada2c8da38af33..320b2bf55747e6e5dde0f9992b6252cbab3954b1 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine.h
+++ b/chrome/browser/chromeos/input_method/input_method_engine.h
@@ -153,6 +153,11 @@ class InputMethodEngine {
virtual ~InputMethodEngine() {}
+ // Called when the input metho initialization is done.
+ // This function is called from private API.
+ // TODO(nona): Remove this function.
+ virtual void StartIme() = 0;
+
// Set the current composition and associated properties.
virtual bool SetComposition(int context_id,
const char* text,

Powered by Google App Engine
This is Rietveld 408576698