Index: chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm |
index a189e732d16b90617a262e1a4f750c16c8b60429..7173df3d5a31ffb79a6b72e6e6ebc43968734c58 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm |
@@ -96,7 +96,7 @@ const int kFontSize = 11; |
font:font |
messageColor:gfx::SkColorToDeviceNSColor(kTextColor) |
linkColor:linkColor]; |
- [textView_ setAcceptsFirstResponder:NO]; |
+ [textView_ setRefusesFirstResponder:YES]; |
[[textView_ textContainer] setLineFragmentPadding:0.0]; |
RemoveUnderlining(textView_, offset, linkText.size()); |
[textView_ setDelegate:self]; |