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

Unified Diff: chrome/browser/ui/cocoa/passwords/password_prompt_view_bridge.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
Index: chrome/browser/ui/cocoa/passwords/password_prompt_view_bridge.h
diff --git a/chrome/browser/ui/cocoa/passwords/password_prompt_view_bridge.h b/chrome/browser/ui/cocoa/passwords/password_prompt_view_bridge.h
index 2d61846995a2fc9cb15ac55036f406481fc3d9af..1625446587bd421245e1bfa66ef61ea133f064c4 100644
--- a/chrome/browser/ui/cocoa/passwords/password_prompt_view_bridge.h
+++ b/chrome/browser/ui/cocoa/passwords/password_prompt_view_bridge.h
@@ -11,6 +11,8 @@
#import "chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h"
#include "chrome/browser/ui/passwords/account_chooser_prompt.h"
+@class AccountChooserViewController;
+
class PasswordPromptViewBridge : public AccountChooserPrompt,
public ConstrainedWindowMacDelegate,
public AccountChooserBridge {
@@ -36,7 +38,7 @@ class PasswordPromptViewBridge : public AccountChooserPrompt,
content::WebContents* web_contents_;
scoped_ptr<ConstrainedWindowMac> constrained_window_;
- base::scoped_nsobject<NSViewController> view_controller_;
+ base::scoped_nsobject<AccountChooserViewController> view_controller_;
};
#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_PASSWORD_PROMPT_VIEW_BRIDGE_H_

Powered by Google App Engine
This is Rietveld 408576698