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

Unified Diff: chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h
diff --git a/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h b/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h
index d5328a3463112d18eb4342ac1fc9fac0d949c18f..d6c3ee71028f176ab07999fc0f642883230d1dc0 100644
--- a/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h
+++ b/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h
@@ -20,12 +20,15 @@ class PasswordPromptBridgeInterface;
// Initializes a new account chooser and populates it with the credentials
// stored in |bridge->controller()|.
- (instancetype)initWithBridge:(PasswordPromptBridgeInterface*)bridge;
+
+- (NSButton*)defaultButton;
@end
@interface AccountChooserViewController(Testing)
- (instancetype)initWithBridge:(PasswordPromptBridgeInterface*)bridge
avatarManager:(AccountAvatarFetcherManager*)avatarManager;
@property(nonatomic, readonly) NSButton* cancelButton;
+@property(nonatomic, readonly) NSButton* signInButton;
@property(nonatomic, readonly) NSArray* credentialButtons;
@property(nonatomic, readonly) NSTextView* titleView;
@end
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698