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

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: More unit test fixes. 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..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(

Powered by Google App Engine
This is Rietveld 408576698