summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/autofill_manager.h')
-rw-r--r--chrome/browser/autofill/autofill_manager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
index e765bd3..a8fe529 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -95,6 +95,11 @@ class AutoFillManager : public RenderViewHostDelegate::AutoFill,
// Returns the value of the AutoFillEnabled pref.
bool IsAutoFillEnabled();
+ // Fills all the forms in the page with the default profile.
+ // TODO(jhawkins): Do we really want to fill all of the forms on the page?
+ // Check how toolbar handles this case.
+ void FillDefaultProfile();
+
protected:
// For AutoFillInfoBarDelegateTest.
AutoFillManager();