Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h

Issue 10910071: Extract abstract base to API directory for ProfileSyncService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698