Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm |
diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm |
index 8cc1491a084c646697148478ea6c516dc0bb79e3..10eb18500251446a647fef23bfcec50b00e5f200 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm |
+++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm |
@@ -161,6 +161,10 @@ BOOL ThePasteboardIsTooDamnBig() { |
} |
} |
+- (void)pasteAndMatchStyle:(id)sender { |
+ [self paste:sender]; |
+} |
+ |
- (void)pasteAndGo:sender { |
if (ThePasteboardIsTooDamnBig()) { |
NSBeep(); |