Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1313)

Unified Diff: chrome/browser/cocoa/autocomplete_text_field_editor.h

Issue 173194: [Mac] Omnibox keyword, keyword hint, and search hint support.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/cocoa/autocomplete_text_field_editor.h
===================================================================
--- chrome/browser/cocoa/autocomplete_text_field_editor.h (revision 23951)
+++ chrome/browser/cocoa/autocomplete_text_field_editor.h (working copy)
@@ -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
Property changes on: chrome/browser/cocoa/autocomplete_text_field_editor.h
___________________________________________________________________
Name: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698