| Index: components/autofill/browser/autofill_manager.h
|
| diff --git a/components/autofill/browser/autofill_manager.h b/components/autofill/browser/autofill_manager.h
|
| index fae3984f14f74c1fdfcfe5e68ed54ed7e39cad0b..b43484b8f673e6082218429c68627694331e4791 100644
|
| --- a/components/autofill/browser/autofill_manager.h
|
| +++ b/components/autofill/browser/autofill_manager.h
|
| @@ -30,6 +30,7 @@
|
| #include "components/autofill/browser/personal_data_manager.h"
|
| #include "components/autofill/common/autocheckout_status.h"
|
| #include "components/autofill/common/form_data.h"
|
| +#include "components/autofill/common/forms_seen_param.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "content/public/common/ssl_status.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h"
|
| @@ -239,7 +240,7 @@ class AutofillManager : public content::WebContentsObserver,
|
|
|
| void OnFormsSeen(const std::vector<FormData>& forms,
|
| const base::TimeTicks& timestamp,
|
| - bool has_more_forms);
|
| + autofill::FormsSeenParam param);
|
| void OnTextFieldDidChange(const FormData& form,
|
| const FormFieldData& field,
|
| const base::TimeTicks& timestamp);
|
|
|