| Index: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| index 16d6c75269055d3739fdc01c17f967187d822562..d0f385fb5ad67dda785f5c0eed7f775dde0ada1b 100644
|
| --- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| +++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| @@ -17,6 +17,8 @@ class TabAutofillManagerDelegate : public autofill::AutofillManagerDelegate {
|
| explicit TabAutofillManagerDelegate(TabContents* tab);
|
| virtual ~TabAutofillManagerDelegate() {}
|
|
|
| + virtual content::BrowserContext* GetBrowserContext() const OVERRIDE;
|
| + virtual content::BrowserContext* GetOriginalBrowserContext() const OVERRIDE;
|
| virtual InfoBarService* GetInfoBarService() OVERRIDE;
|
| virtual PrefServiceBase* GetPrefs() OVERRIDE;
|
| virtual bool IsSavingPasswordsEnabled() const OVERRIDE;
|
|
|