| 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..b7fd6938087591124d350608c56894f35ff17913 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 IsAutoCompleteEnabled() OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TestAutofillManagerDelegate);
|
|
|