Chromium Code Reviews| 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 21d9a61cfdc1f270090e4b696e31b73f986088ff..71f16a751dd24da7bafe809353e8a761489c61fb 100644 |
| --- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h |
| +++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h |
| @@ -10,6 +10,7 @@ |
| #include "base/i18n/rtl.h" |
| #include "base/memory/weak_ptr.h" |
| #include "chrome/browser/ui/autofill/autofill_dialog_types.h" |
| + |
|
Ilya Sherman
2013/09/03 23:58:01
nit: Spurious newline.
zysxqn
2013/09/04 17:26:20
Done.
|
| #include "components/autofill/content/browser/autocheckout_steps.h" |
| #include "components/autofill/core/browser/autocheckout_bubble_state.h" |
| #include "components/autofill/core/browser/autofill_manager_delegate.h" |
| @@ -83,6 +84,9 @@ class TabAutofillManagerDelegate |
| AutocheckoutStepType step_type, |
| AutocheckoutStepStatus step_status) OVERRIDE; |
| + virtual void DetectAccountCreationForms( |
| + const std::vector<autofill::FormStructure*>& forms) OVERRIDE; |
| + |
| // content::WebContentsObserver implementation. |
| virtual void DidNavigateMainFrame( |
| const content::LoadCommittedDetails& details, |