Index: components/autofill/content/browser/autocheckout_manager.cc |
diff --git a/components/autofill/content/browser/autocheckout_manager.cc b/components/autofill/content/browser/autocheckout_manager.cc |
index 0bbc895fe178a3f5b9b3c69f351befd970000ad7..bdd71196d1f70f388e21ab3347b001fe144419ad 100644 |
--- a/components/autofill/content/browser/autocheckout_manager.cc |
+++ b/components/autofill/content/browser/autocheckout_manager.cc |
@@ -272,6 +272,10 @@ void AutocheckoutManager::OnFormsSeen() { |
autocheckout_offered_ = false; |
} |
+bool AutocheckoutManager::ShouldIgnoreAjax() { |
+ return in_autocheckout_flow_ && page_meta_data_->ignore_ajax; |
+} |
+ |
void AutocheckoutManager::MaybeShowAutocheckoutBubble( |
const GURL& frame_url, |
const content::SSLStatus& ssl_status, |