Chromium Code Reviews| Index: chrome/browser/ui/tab_contents/tab_contents.h |
| diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h |
| index c9f4f79d8426102733ff462f033335aad070147f..eb95200b709d97e67e3d3c26302444cf98dd7837 100644 |
| --- a/chrome/browser/ui/tab_contents/tab_contents.h |
| +++ b/chrome/browser/ui/tab_contents/tab_contents.h |
| @@ -19,6 +19,7 @@ class AutofillExternalDelegate; |
| class AutomationTabHelper; |
| class BlockedContentTabHelper; |
| class BookmarkTabHelper; |
| +class ChromeAutofillClient; |
| class ConstrainedWindowTabHelper; |
| class CoreTabHelper; |
| class ExternalProtocolObserver; |
| @@ -268,6 +269,7 @@ class TabContents : public content::WebContentsObserver { |
| scoped_ptr<AutocompleteHistoryManager> autocomplete_history_manager_; |
| scoped_refptr<AutofillManager> autofill_manager_; |
| + scoped_ptr<ChromeAutofillClient> autofill_client_; |
|
Ilya Sherman
2012/08/22 03:38:03
Why not have the AutofillManager own the client?
Ilya Sherman
2012/08/22 03:39:09
Or, alternately, have the client (host?) own the m
|
| scoped_ptr<AutofillExternalDelegate> autofill_external_delegate_; |
| scoped_ptr<AutomationTabHelper> automation_tab_helper_; |
| scoped_ptr<BlockedContentTabHelper> blocked_content_tab_helper_; |