| Index: chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h b/chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h
|
| index 85aba50ec86b5b330648ccfd04948a11d0bcd96e..476569422103dc6bd9cbc4789bd636326fcbd6b1 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h
|
| @@ -47,6 +47,10 @@ NSSecureTextField* PasswordLabel(const base::string16& text);
|
| // Returns a button of the standard style for the bubble.
|
| NSButton* DialogButton(NSString* title);
|
|
|
| +// Returns a NSRegularControlSize button. It's used for improving the contrast
|
| +// due to Accessabilty standards.
|
| +NSButton* BiggerDialogButton(NSString* title);
|
| +
|
| // Returns a title label with |text| for a bubble. Nonempty |range| may specify
|
| // a link range.
|
| HyperlinkTextView* TitleBubbleLabelWithLink(const base::string16& text,
|
|
|