Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: chrome/browser/ui/cocoa/passwords/passwords_bubble_utils.h

Issue 1992633003: Add "Sign In" button to the account chooser on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698