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

Unified Diff: chrome/browser/password_manager/password_manager_test_base.h

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/password_manager/password_manager_test_base.h
diff --git a/chrome/browser/password_manager/password_manager_test_base.h b/chrome/browser/password_manager/password_manager_test_base.h
index 823cdac1c454b1362489b48a1d09c7ebdd7c8729..5d36a1e02893a6b88c17e8f910422e20d9c4ae91 100644
--- a/chrome/browser/password_manager/password_manager_test_base.h
+++ b/chrome/browser/password_manager/password_manager_test_base.h
@@ -16,7 +16,7 @@ namespace autofill {
struct PasswordForm;
}
-class PasswordsModelDelegate;
+class ManagePasswordsUIController;
class NavigationObserver : public content::WebContentsObserver {
public:
@@ -81,7 +81,7 @@ class BubbleObserver {
void AcceptUpdatePrompt(const autofill::PasswordForm& form) const;
private:
- PasswordsModelDelegate* const passwords_model_delegate_;
+ ManagePasswordsUIController* const passwords_ui_controller_;
DISALLOW_COPY_AND_ASSIGN(BubbleObserver);
};

Powered by Google App Engine
This is Rietveld 408576698