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

Unified Diff: components/autofill/content/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: yay for scoped pointers 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/content/browser/autocheckout_page_meta_data.h
diff --git a/components/autofill/content/browser/autocheckout_page_meta_data.h b/components/autofill/content/browser/autocheckout_page_meta_data.h
index a60043381d6f2e3766deb40a13fbb1c685419846..8cdf3d3e48f21bbfed5fae168c59b4d7823e09d2 100644
--- a/components/autofill/content/browser/autocheckout_page_meta_data.h
+++ b/components/autofill/content/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 ajaxy 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