| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
|
| index fc42e2ac02856b422c2adb17f431a4dec629a8e0..a54e788afbb7b12a5434c8886f45a786fb2bbe3f 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
|
| @@ -84,9 +84,6 @@ class AutocompleteTextFieldObserver {
|
| virtual void OnDidChange() = 0;
|
| virtual void OnDidEndEditing() = 0;
|
|
|
| - // Called before input methods sets composition text in the field.
|
| - virtual void OnStartingIME() = 0;
|
| -
|
| // NSResponder translates certain keyboard actions into selectors
|
| // passed to -doCommandBySelector:. The selector is forwarded here,
|
| // return true if |cmd| is handled, false if the caller should
|
|
|