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..de70e2a443fbad710165883722745d0233e11c45 100644 |
--- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h |
+++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h |
@@ -83,6 +83,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, |