Index: chrome/browser/autofill/autofill_manager.h |
=================================================================== |
--- chrome/browser/autofill/autofill_manager.h (revision 69089) |
+++ chrome/browser/autofill/autofill_manager.h (working copy) |
@@ -57,12 +57,14 @@ |
const webkit_glue::FormField& field, |
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); |