| 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..19da6ebc7461a22ff74e6023dd05b096dd99042d 100644
|
| --- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| +++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| @@ -21,6 +21,7 @@ class TabAutofillManagerDelegate : public autofill::AutofillManagerDelegate {
|
| virtual content::BrowserContext* GetOriginalBrowserContext() 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(
|
|
|