summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/tab_contents/tab_contents.h
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 00:33:10 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 00:33:10 +0000
commit8d4cc15e95bdce1ec41b68c2b1cc5685642c39e0 (patch)
tree0e00e143095ae775ee1ba1cc886c9142ae06f82f /chrome/browser/ui/tab_contents/tab_contents.h
parentc1a47df6521776547b5a3a9966dba63aab9e2e6b (diff)
downloadchromium_src-8d4cc15e95bdce1ec41b68c2b1cc5685642c39e0.zip
chromium_src-8d4cc15e95bdce1ec41b68c2b1cc5685642c39e0.tar.gz
chromium_src-8d4cc15e95bdce1ec41b68c2b1cc5685642c39e0.tar.bz2
Introduce AutofillClient and use it to get rid of PasswordManager dependency.
Also, this switches use of InfoBarTabService and PrefServiceBase in AutofillManager from calling their ::ForXyz methods, to retrieving them via AutofillClient. BUG=140037 Review URL: https://chromiumcodereview.appspot.com/10837363 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/tab_contents/tab_contents.h')
-rw-r--r--chrome/browser/ui/tab_contents/tab_contents.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h
index cd27fc5..05b8494 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -56,6 +56,7 @@ class SadTabHelper;
class SearchEngineTabHelper;
class ShellWindow;
class SnapshotTabHelper;
+class TabAutofillManagerDelegate;
class TabContentsSSLHelper;
class TabContentsTestHarness;
class TabSpecificContentSettings;
@@ -347,6 +348,7 @@ class TabContents : public content::WebContentsObserver {
scoped_ptr<AutocompleteHistoryManager> autocomplete_history_manager_;
scoped_refptr<AutofillManager> autofill_manager_;
+ scoped_ptr<TabAutofillManagerDelegate> autofill_delegate_;
scoped_ptr<AutofillExternalDelegate> autofill_external_delegate_;
scoped_ptr<AutomationTabHelper> automation_tab_helper_;
scoped_ptr<BlockedContentTabHelper> blocked_content_tab_helper_;