Index: components/autofill/content/browser/autocheckout_manager.h |
diff --git a/components/autofill/content/browser/autocheckout_manager.h b/components/autofill/content/browser/autocheckout_manager.h |
index 4f13d22a234c77344e85faf65988da6877057d4b..18a0c2657087dc3f4d754fb7ffcc8c45770691c6 100644 |
--- a/components/autofill/content/browser/autocheckout_manager.h |
+++ b/components/autofill/content/browser/autocheckout_manager.h |
@@ -61,6 +61,10 @@ class AutocheckoutManager { |
// Called when a page containing forms is loaded. |
void OnFormsSeen(); |
+ // Whether ajax on the current page should be ignored during |
+ // an Autocheckout flow. |
+ bool ShouldIgnoreAjax(); |
+ |
// Causes the Autocheckout bubble to be displayed if the user hasn't seen it |
// yet for the current page. |frame_url| is the page where Autocheckout is |
// being initiated. |ssl_status| is the SSL status of the page. |bounding_box| |