| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| index 71210374cb6908bcc5492279daabca375b54e6e3..50e3d415497dceaca850a8900f4218113ccf8c96 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| @@ -175,7 +175,7 @@ NSTextView* BuildFixedWidthTextViewWithLink(
|
| withFont:[NSFont labelFontOfSize:kTextFontSize]
|
| messageColor:[NSColor blackColor]];
|
| [text_view addLinkRange:NSMakeRange(link_offset, [link length])
|
| - withName:@""
|
| + withURL:@"about:blank" // using a link here is bad ui
|
| linkColor:link_color];
|
|
|
| // Removes the underlining from the link.
|
|
|