| 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 1fee0ba24a926751e73586a26974f543ea5f25e7..ab8e7f930ecad660df5d17f41305355d7dcba015 100644
|
| --- a/components/autofill/core/browser/test_autofill_manager_delegate.h
|
| +++ b/components/autofill/core/browser/test_autofill_manager_delegate.h
|
| @@ -62,6 +62,9 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
|
| AutocheckoutStepType step_type,
|
| AutocheckoutStepStatus step_status) OVERRIDE;
|
|
|
| + virtual void DetectAccountCreationForms(
|
| + const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TestAutofillManagerDelegate);
|
| };
|
|
|