| Index: chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller.mm
|
| index 2af31fd705620cb2382d980bb16b61607a726bec..00e7201129abacbec069ef02fa46681f1b04f922 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller.mm
|
| @@ -101,7 +101,7 @@ NSTextView* AddTextView(
|
| withFont:font
|
| messageColor:[NSColor blackColor]];
|
| [textView addLinkRange:NSMakeRange(offset, [linkString length])
|
| - withName:@""
|
| + withURL:@"about:blank" // using a link here is bad ui
|
| linkColor:linkColor];
|
| RemoveUnderlining(textView, offset, link.size());
|
| [textView setDelegate:delegate];
|
|
|