| Index: components/autofill/core/browser/test_autofill_manager_delegate.h
|
| diff --git a/components/autofill/core/browser/test_autofill_manager_delegate.h b/components/autofill/core/browser/test_autofill_manager_delegate.h
|
| index d45bade2ec3c3c555e540c9228fdd0ecc85e1aec..5b2438dd5dc02bb38989f13d3f286a41a9b423f8 100644
|
| --- a/components/autofill/core/browser/test_autofill_manager_delegate.h
|
| +++ b/components/autofill/core/browser/test_autofill_manager_delegate.h
|
| @@ -46,6 +46,9 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
|
| virtual void HideAutofillPopup() OVERRIDE;
|
| virtual bool IsAutocompleteEnabled() OVERRIDE;
|
|
|
| + virtual void DetectAccountCreationForms(
|
| + const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TestAutofillManagerDelegate);
|
| };
|
|
|