| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm
|
| index 78d128cc8056b8bb4dd41f590ed43c73a9823f40..feec9ed568e7c7ad5b3d1defb305f79b501209ce 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm
|
| @@ -390,15 +390,6 @@ BOOL ThePasteboardIsTooDamnBig() {
|
| }
|
|
|
| - (void)setMarkedText:(id)aString selectedRange:(NSRange)selRange {
|
| - if (![self hasMarkedText]) {
|
| - // Before input methods set composition text in the omnibox, we need to
|
| - // examine whether the autocompletion controller accepts the keyword to
|
| - // avoid committing the current composition text wrongly.
|
| - AutocompleteTextFieldObserver* observer = [self observer];
|
| - if (observer)
|
| - observer->OnStartingIME();
|
| - }
|
| -
|
| [super setMarkedText:aString selectedRange:selRange];
|
|
|
| // Because the OmniboxViewMac class treats marked text as content,
|
|
|