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

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

Issue 1645503002: Remove dangling ManagePasswordsBubbleModel pointers. Test that different password bubbles don't pin… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | 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 750ba63f025b641c8a924056b964d88becdddae8..b120d2830e1329e48b6dfca013417b270995cd8a 100644
--- a/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h
+++ b/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h
@@ -59,12 +59,14 @@ class AccountChooserBridge {
// Initializes a new account chooser and populates it with the credentials
// stored in |bridge->controller()|.
-- (id)initWithBridge:(AccountChooserBridge*)bridge;
+- (instancetype)initWithBridge:(AccountChooserBridge*)bridge;
+
+@property(nonatomic) AccountChooserBridge* bridge;
@end
@interface AccountChooserViewController(Testing)
-- (id)initWithBridge:(AccountChooserBridge*)bridge
- avatarManager:(AccountAvatarFetcherManager*)avatarManager;
+- (instancetype)initWithBridge:(AccountChooserBridge*)bridge
+ avatarManager:(AccountAvatarFetcherManager*)avatarManager;
@property(nonatomic, readonly) NSButton* cancelButton;
@property(nonatomic, readonly) NSTableView* credentialsView;
@property(nonatomic, readonly) NSTextView* titleView;
« no previous file with comments | « no previous file | 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