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

Unified Diff: components/autofill/core/common/password_form.h

Issue 2865233003: Use an MutationObserver to check when a password form disappears after XHR (Closed)
Patch Set: updates 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: components/autofill/core/common/password_form.h
diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h
index bb4611e5ea765eccbfbc891246e79a093036f549..7959954231512ea2fe698f01d36ca346422423ed 100644
--- a/components/autofill/core/common/password_form.h
+++ b/components/autofill/core/common/password_form.h
@@ -95,6 +95,7 @@ struct PasswordForm {
XHR_SUCCEEDED,
FRAME_DETACHED,
MANUAL_SAVE,
+ DOM_MUTATION_AFTER_XHR,
SUBMISSION_INDICATOR_EVENT_COUNT
};

Powered by Google App Engine
This is Rietveld 408576698