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

Unified Diff: chrome/browser/ui/cocoa/passwords/passwords_bubble_cocoa_unittest.mm

Issue 2202373002: Ignore OnBubbleHidden() event when the password bubble is reopened. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete proxy Created 4 years, 4 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_cocoa_unittest.mm
diff --git a/chrome/browser/ui/cocoa/passwords/passwords_bubble_cocoa_unittest.mm b/chrome/browser/ui/cocoa/passwords/passwords_bubble_cocoa_unittest.mm
index 23618c9f6154a3e56ea7a8b97bb4a034878ef15a..af7d02779612527f1fde9fc5ad723dd6bbd4ae48 100644
--- a/chrome/browser/ui/cocoa/passwords/passwords_bubble_cocoa_unittest.mm
+++ b/chrome/browser/ui/cocoa/passwords/passwords_bubble_cocoa_unittest.mm
@@ -97,7 +97,7 @@ class ManagePasswordsBubbleCocoaTest : public CocoaProfileTest {
ManagePasswordsUIControllerMock* UIController() {
return static_cast<ManagePasswordsUIControllerMock*>(
- PasswordsModelDelegateFromWebContents(test_web_contents_));
+ ManagePasswordsUIController::FromWebContents(test_web_contents_));
}
ManagePasswordsBubbleController* controller() {

Powered by Google App Engine
This is Rietveld 408576698