| 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 4563ec58d6cecca1ae4bc140d7cd89a1b2a4152a..edd0a8c228015bc999998d69d8110ca86d7a4451 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine_interface.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine_interface.h
|
| @@ -63,6 +63,7 @@ class InputMethodEngineInterface : public IMEEngineHandlerInterface {
|
| enum SegmentStyle {
|
| SEGMENT_STYLE_UNDERLINE,
|
| SEGMENT_STYLE_DOUBLE_UNDERLINE,
|
| + SEGMENT_STYLE_NO_UNDERLINE,
|
| };
|
|
|
| enum CandidateWindowPosition {
|
|
|