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

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

Issue 10919066: Use BrowserContext as key in API. Switch Autofill to use BC in place of Profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to parent 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
« no previous file with comments | « chrome/browser/prefs/pref_service.cc ('k') | chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/prefs/pref_service.cc ('k') | chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698