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

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

Issue 16611003: Ignore ajax on specified pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some debug statements I missed before 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_manager.h
diff --git a/components/autofill/browser/autocheckout_manager.h b/components/autofill/browser/autocheckout_manager.h
index 4c996f25077cb3a31a620793418040409e3c9f4e..96b116f72c994f32db900d23b41f30bf87aea2ed 100644
--- a/components/autofill/browser/autocheckout_manager.h
+++ b/components/autofill/browser/autocheckout_manager.h
@@ -61,6 +61,8 @@ class AutocheckoutManager {
// Called when a page containing forms is loaded.
void OnFormsSeen();
+ bool ShouldIgnoreDynamicFormChanges();
ahutter 2013/06/07 17:37:47 Docs.
Dane Wallinga 2013/06/07 21:06:47 Done.
+
// 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|

Powered by Google App Engine
This is Rietveld 408576698