| 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 d0f385fb5ad67dda785f5c0eed7f775dde0ada1b..1043ea1f34e1ec17dcb8a9479d77ea51aadcf851 100644
|
| --- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| +++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| @@ -19,8 +19,10 @@ class TabAutofillManagerDelegate : public autofill::AutofillManagerDelegate {
|
|
|
| virtual content::BrowserContext* GetBrowserContext() const OVERRIDE;
|
| virtual content::BrowserContext* GetOriginalBrowserContext() const OVERRIDE;
|
| + virtual Profile* GetOriginalProfile() const OVERRIDE;
|
| virtual InfoBarService* GetInfoBarService() OVERRIDE;
|
| virtual PrefServiceBase* GetPrefs() OVERRIDE;
|
| + virtual ProfileSyncServiceBase* GetProfileSyncService() OVERRIDE;
|
| virtual bool IsSavingPasswordsEnabled() const OVERRIDE;
|
| virtual void ShowAutofillSettings() OVERRIDE;
|
| virtual void ShowPasswordGenerationBubble(
|
|
|