Chromium Code Reviews| 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| |