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

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

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.h
diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
index b597c65490d16c166d167efa2de0e987293af22b..da555e446f3aa6fd384ee1017358ae1b768fa251 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -146,6 +146,7 @@ class AutofillAgent : public content::RenderFrameObserver,
virtual void openTextDataListChooser(const blink::WebInputElement& element);
virtual void dataListOptionsChanged(const blink::WebInputElement& element);
virtual void firstUserGestureObserved();
+ virtual void xhrSucceeded();
void OnFieldTypePredictionsAvailable(
const std::vector<FormDataPredictions>& forms);
« no previous file with comments | « chrome/test/data/password/password_xhr_submit.html ('k') | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698