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

Unified Diff: chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc

Issue 2937033002: [Password Generation] Send a boolean flag of whether user changed generated password (Closed)
Patch Set: Changes addressed to vabr@ comments Created 3 years, 6 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/autofill/password_generation_popup_view_browsertest.cc
diff --git a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
index 3e23018a38ceb553be6dfc862d79c7fce6c40e52..122f19fae5a158d01203c1c55b97fad6be12764c 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
+++ b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
@@ -28,7 +28,6 @@ class TestPasswordGenerationPopupController :
gfx::RectF(0, 0, 10, 10),
PasswordForm(),
10,
- nullptr /* PasswordManager*/,
password_manager::ContentPasswordManagerDriverFactory::
FromWebContents(web_contents)
->GetDriverForFrame(web_contents->GetMainFrame()),

Powered by Google App Engine
This is Rietveld 408576698