Index: chrome/browser/autofill/autofill_manager.h |
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h |
index 9079d092e4bb3d755171134606245da54fa87951..ba68a5d5496ae33f8a4563602f835ee69a51bee3 100644 |
--- a/chrome/browser/autofill/autofill_manager.h |
+++ b/chrome/browser/autofill/autofill_manager.h |
@@ -77,6 +77,8 @@ class AutofillManager : public content::WebContentsObserver, |
int unique_id); |
void OnDidShowAutofillSuggestions(bool is_new_popup); |
void OnDidFillAutofillFormData(const base::TimeTicks& timestamp); |
+ void OnShowAutofillDialog(); |
+ void OnDidPreviewAutofillFormData(); |
protected: |
// Only test code should subclass AutofillManager. |
@@ -158,8 +160,6 @@ class AutofillManager : public content::WebContentsObserver, |
const webkit::forms::FormField& field, |
const gfx::Rect& bounding_box, |
bool display_warning); |
- void OnShowAutofillDialog(); |
- void OnDidPreviewAutofillFormData(); |
void OnDidEndTextFieldEditing(); |
void OnHideAutofillPopup(); |