| 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 ad61405df03f5c0fbbc3b88d25c15c5c52272cb7..1531770110bcc765b1f90d916e1ae3c7823faad9 100644
|
| --- a/components/autofill/core/browser/test_autofill_manager_delegate.h
|
| +++ b/components/autofill/core/browser/test_autofill_manager_delegate.h
|
| @@ -52,6 +52,7 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
|
| base::WeakPtr<AutofillPopupDelegate> delegate) OVERRIDE;
|
| virtual void HideAutofillPopup() OVERRIDE;
|
| virtual void UpdateProgressBar(double value) OVERRIDE;
|
| + virtual bool IsAutocompleteEnabled() OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TestAutofillManagerDelegate);
|
|
|