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

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

Issue 119133003: Make InputMethodEngine manage its descriptor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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_interface.h
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_interface.h b/chrome/browser/chromeos/input_method/input_method_engine_interface.h
index 8be354b1692431a5f94af981423e834cbf264706..5de7c2d423790909ae34d1dbedc257639e8cbcaa 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine_interface.h
+++ b/chrome/browser/chromeos/input_method/input_method_engine_interface.h
@@ -15,6 +15,7 @@ class GURL;
namespace chromeos {
namespace input_method {
+class InputMethodDescriptor;
struct KeyEventHandle;
} // namespace input_method
@@ -169,6 +170,8 @@ class InputMethodEngineInterface : public IBusEngineHandlerInterface {
virtual ~InputMethodEngineInterface() {}
+ virtual const input_method::InputMethodDescriptor& GetDescriptor() const = 0;
+
// Called when the input metho initialization is done.
// This function is called from private API.
// TODO(nona): Remove this function.

Powered by Google App Engine
This is Rietveld 408576698