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

Unified Diff: components/autofill/browser/autocheckout_page_meta_data.h

Issue 16611003: Ignore ajax on specified pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unittests Created 7 years, 6 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/browser/autocheckout_page_meta_data.h
diff --git a/components/autofill/browser/autocheckout_page_meta_data.h b/components/autofill/browser/autocheckout_page_meta_data.h
index 997a66e9f60be8624f7a81d2d5420d93f36a7b90..bf2d7553f265aa13dbadb0d9846ed35a864dd3bf 100644
--- a/components/autofill/browser/autocheckout_page_meta_data.h
+++ b/components/autofill/browser/autocheckout_page_meta_data.h
@@ -38,6 +38,10 @@ struct AutocheckoutPageMetaData {
// belong to any autofill flow, it is set to -1.
int total_pages;
+ // Whether dynamic form changes that occur on this page during an Autocheckout
+ // flow should be ignored.
+ bool ignore_ajax;
+
// A list of elements to click before filling form fields. Elements have to be
// clicked in order.
std::vector<WebElementDescriptor> click_elements_before_form_fill;

Powered by Google App Engine
This is Rietveld 408576698