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. |