| Index: chrome/browser/cocoa/autocomplete_text_field_editor.h
|
| diff --git a/chrome/browser/cocoa/autocomplete_text_field_editor.h b/chrome/browser/cocoa/autocomplete_text_field_editor.h
|
| index 640bb9bc95a4f871c3a1cb8b65e073e05289467b..e174296a5cc871d8fed92ed0c33d70f8a91cff9f 100644
|
| --- a/chrome/browser/cocoa/autocomplete_text_field_editor.h
|
| +++ b/chrome/browser/cocoa/autocomplete_text_field_editor.h
|
| @@ -4,6 +4,17 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| +// AutocompleteTextFieldEditor customized the AutocompletTextField
|
| +// field editor (helper text-view used in editing). It intercepts UI
|
| +// events for forwarding to the core Omnibox code. It also undoes
|
| +// some of the effects of using styled text in the Omnibox (the text
|
| +// is styled but should not appear that way when copied to the
|
| +// pasteboard).
|
| +
|
| +// AutocompleteTextFieldEditorDelegateMethods are meant to be similar
|
| +// to NSTextView delegate methods, adding additional intercepts
|
| +// relevant to the Omnibox implementation.
|
| +
|
| @protocol AutocompleteTextFieldEditorDelegateMethods
|
|
|
| // Delegate -paste: implementation to the field being edited. If the
|
|
|