| Index: components/autofill/browser/test_autofill_manager_delegate.h
|
| diff --git a/components/autofill/browser/test_autofill_manager_delegate.h b/components/autofill/browser/test_autofill_manager_delegate.h
|
| index 8ba1dc795f3729bd56835acdf821aff0fa0f358c..75a20b7ded861dc58eb8502e9675d7cbf7f99d96 100644
|
| --- a/components/autofill/browser/test_autofill_manager_delegate.h
|
| +++ b/components/autofill/browser/test_autofill_manager_delegate.h
|
| @@ -50,6 +50,7 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
|
| base::WeakPtr<AutofillPopupDelegate> delegate) OVERRIDE;
|
| virtual void HideAutofillPopup() OVERRIDE;
|
| virtual void UpdateProgressBar(double value) OVERRIDE;
|
| + virtual bool ShouldIgnoreFormData() OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TestAutofillManagerDelegate);
|
|
|