Index: chrome/browser/autofill/autofill_manager.h |
=================================================================== |
--- chrome/browser/autofill/autofill_manager.h (revision 67416) |
+++ chrome/browser/autofill/autofill_manager.h (working copy) |
@@ -56,14 +56,12 @@ |
const webkit_glue::FormData& form, |
int unique_id); |
virtual void ShowAutoFillDialog(); |
+ virtual void Reset(); |
// Called by the AutoFillCCInfoBarDelegate when the user interacts with the |
// infobar. |
virtual void OnInfoBarClosed(bool should_save); |
- // Resets the stored form data. |
- virtual void Reset(); |
- |
// AutoFillDownloadManager::Observer implementation: |
virtual void OnLoadedAutoFillHeuristics(const std::string& heuristic_xml); |
virtual void OnUploadedAutoFillHeuristics(const std::string& form_signature); |