| 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 e58996d7ab42068c9ea725bfefd15fdd4ac965c3..4021743cc250f2f81059410567e4feb5fd32a606 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller.mm
|
| @@ -92,7 +92,7 @@ const int kFontSize = 11;
|
| withFont:font
|
| messageColor:gfx::SkColorToDeviceNSColor(kTextColor)];
|
| [textView_ addLinkRange:NSMakeRange(offset, [nsLinkText length])
|
| - withName:@""
|
| + withURL:@"about:blank" // using a link here is bad ui
|
| linkColor:linkColor];
|
| [textView_ setRefusesFirstResponder:YES];
|
| [[textView_ textContainer] setLineFragmentPadding:0.0];
|
|
|