| Index: chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.mm b/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.mm
|
| index 6d68353840d803a863a4127552b0e80f4fc7986e..197f3df1f18f97bdd6ac85498796bf7ec64edfe7 100644
|
| --- a/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.mm
|
| @@ -244,7 +244,7 @@ const float kHideDuration = 0.7;
|
| messageColor:[NSColor blackColor]];
|
| if ([exitLinkText length] != 0) {
|
| [exitLabel_.get() addLinkRange:NSMakeRange(0, [exitLinkText length])
|
| - withName:@""
|
| + withURL:@"about:blank" // using link here is bad ui
|
| linkColor:[NSColor blueColor]];
|
| }
|
| [exitLabel_.get() setAlignment:NSRightTextAlignment];
|
|
|