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

Unified Diff: components/password_manager/content/browser/content_password_manager_driver.cc

Issue 1686063004: Sending generated vote on password generation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix BUILD.gn Created 4 years, 10 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: components/password_manager/content/browser/content_password_manager_driver.cc
diff --git a/components/password_manager/content/browser/content_password_manager_driver.cc b/components/password_manager/content/browser/content_password_manager_driver.cc
index 054aa1d1c9afbdcc4f7468e1964f7353e613d969..08bb4d9c6a5a86f93e01b91bfb43292cb9025c63 100644
--- a/components/password_manager/content/browser/content_password_manager_driver.cc
+++ b/components/password_manager/content/browser/content_password_manager_driver.cc
@@ -117,7 +117,8 @@ void ContentPasswordManagerDriver::ForceSavePassword() {
void ContentPasswordManagerDriver::GeneratePassword() {
content::RenderFrameHost* host = render_frame_host_;
- host->Send(new AutofillMsg_GeneratePassword(host->GetRoutingID()));
+ host->Send(
+ new AutofillMsg_UserTriggeredGeneratePassword(host->GetRoutingID()));
}
void ContentPasswordManagerDriver::SendLoggingAvailability() {
« no previous file with comments | « components/autofill/core/browser/proto/server.proto ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698