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

Unified Diff: components/autofill/content/common/autofill_types.mojom

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/content/common/autofill_types.mojom
diff --git a/components/autofill/content/common/autofill_types.mojom b/components/autofill/content/common/autofill_types.mojom
index bb3be97f230d099ecc09b18be2d10b15e0700e4e..be4b139fc3c0697e70a76166cfe5a4d4fa89428a 100644
--- a/components/autofill/content/common/autofill_types.mojom
+++ b/components/autofill/content/common/autofill_types.mojom
@@ -60,6 +60,7 @@ enum PasswordFormSubmissionIndicatorEvent {
XHR_SUCCEEDED,
FRAME_DETACHED,
MANUAL_SAVE,
+ DOM_MUTATION_AFTER_XHR,
SUBMISSION_INDICATOR_EVENT_COUNT
};

Powered by Google App Engine
This is Rietveld 408576698