Index: chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm |
index 0e1f46b073da441a90d42cc546f4b345fd3f5aed..aa8ca947ef4ab0e631f9241602dae917e26f6eaf 100644 |
--- a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm |
@@ -107,7 +107,7 @@ NSColor* HelpLinkColor() { |
withFont:[self textFont] |
messageColor:HelpTextColor()]; |
[helpTextView_ addLinkRange:controller_->HelpTextLinkRange().ToNSRange() |
- withName:@"" |
+ withURL:@"about:blank" // using a link here is bad ui |
linkColor:HelpLinkColor()]; |
[helpTextView_ setDelegate:self]; |
[helpTextView_ setDrawsBackground:YES]; |