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

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

Issue 2900983002: Ignore form action URL when determine if a credential should be autofilled. (Closed)
Patch Set: comments and tests Created 3 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
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 81fc26058939951b91db53ff9920d29ac880b914..c7043bf4b7dced61b7838719ef69bf4540e5bbbb 100644
--- a/chrome/browser/password_manager/password_manager_test_base.h
+++ b/chrome/browser/password_manager/password_manager_test_base.h
@@ -94,6 +94,11 @@ class BubbleObserver {
// PasswordManagerBrowserTestBase.
void WaitForManagementState() const;
+ // Returns once the save prompt pops up or it's already shown.
+ // |web_contents| must be the custom one returned by
+ // PasswordManagerBrowserTestBase.
+ void WaitForSavePrompt() const;
+
private:
ManagePasswordsUIController* const passwords_ui_controller_;

Powered by Google App Engine
This is Rietveld 408576698