| Index: chrome/browser/ui/cocoa/find_bar/find_bar_text_field.mm
|
| diff --git a/chrome/browser/ui/cocoa/find_bar/find_bar_text_field.mm b/chrome/browser/ui/cocoa/find_bar/find_bar_text_field.mm
|
| index 2b4c3e70a0c51df12633ff8b4136fe0bd5394936..3216d795fb7343637790a5863185092e80121bfc 100644
|
| --- a/chrome/browser/ui/cocoa/find_bar/find_bar_text_field.mm
|
| +++ b/chrome/browser/ui/cocoa/find_bar/find_bar_text_field.mm
|
| @@ -50,4 +50,10 @@
|
| [textView setEnabledTextCheckingTypes:checkingTypes];
|
| }
|
|
|
| +// Implemented to allow the findbar to respond to "Paste and Match Style" menu
|
| +// commands.
|
| +- (void)pasteAndMatchStyle:(id)sender {
|
| + [[self currentEditor] paste:sender];
|
| +}
|
| +
|
| @end
|
|
|