| 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 fc3dc411ebd9e35e80b51fd7244090252e2a5314..72add29cec024c41d21801e12ce2b7456e682977 100644
|
| --- a/components/autofill/browser/test_autofill_manager_delegate.h
|
| +++ b/components/autofill/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);
|
|
|