| Index: chrome/browser/cocoa/autocomplete_text_field_editor.h
 | 
| ===================================================================
 | 
| --- chrome/browser/cocoa/autocomplete_text_field_editor.h	(revision 26600)
 | 
| +++ chrome/browser/cocoa/autocomplete_text_field_editor.h	(working copy)
 | 
| @@ -23,6 +23,9 @@
 | 
|  // (or handle it internally) by returning NO.
 | 
|  - (BOOL)textShouldPaste:(NSText*)fieldEditor;
 | 
|  
 | 
| +// Returns nil if paste actions are not supported.
 | 
| +- (NSString*)textPasteActionString:(NSText*)fieldEditor;
 | 
| +- (void)textDidPasteAndGo:(NSText*)fieldEditor;
 | 
|  @end
 | 
|  
 | 
|  // Field editor used for the autocomplete field.
 | 
| 
 |