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

Unified Diff: components/autofill/content/renderer/autofill_agent.cc

Issue 1012853002: [Password Manager] Use successful XHR submission as a signal for password saving (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 9 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/autofill/content/renderer/autofill_agent.cc
diff --git a/components/autofill/content/renderer/autofill_agent.cc b/components/autofill/content/renderer/autofill_agent.cc
index 527e1810b8723d1617aa63abb1f5fa009458e6e4..ee1ddd2970ef00e42208fa5675e9996f44bf9398 100644
--- a/components/autofill/content/renderer/autofill_agent.cc
+++ b/components/autofill/content/renderer/autofill_agent.cc
@@ -808,6 +808,10 @@ void AutofillAgent::didAssociateFormControls(const WebVector<WebNode>& nodes) {
}
}
+void AutofillAgent::xhrSucceeded() {
+ password_autofill_agent_->XHRSucceeded();
+}
+
// LegacyAutofillAgent ---------------------------------------------------------
AutofillAgent::LegacyAutofillAgent::LegacyAutofillAgent(
« no previous file with comments | « components/autofill/content/renderer/autofill_agent.h ('k') | components/autofill/content/renderer/password_autofill_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698