| Index: chrome/browser/cocoa/autocomplete_text_field_editor.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/autocomplete_text_field_editor.h (revision 21067)
|
| +++ chrome/browser/cocoa/autocomplete_text_field_editor.h (working copy)
|
| @@ -14,4 +14,9 @@
|
|
|
| // Same as above, note that this calls through to performCopy.
|
| - (void)performCut:(NSPasteboard*)pb;
|
| +
|
| +// Paste the contents of the designated clipboard into the TextView as
|
| +// plain text, killing newlines and leading/trailing spaces.
|
| +- (void)performPaste:(NSPasteboard*)pb;
|
| +
|
| @end
|
|
|
| Property changes on: chrome/browser/cocoa/autocomplete_text_field_editor.h
|
| ___________________________________________________________________
|
| Name: svn:eol-style
|
| + LF
|
|
|
|
|