summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.h
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-05 20:36:07 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-05 20:36:07 +0000
commit81cd52335a57a5e17aad957e10bb793299dcd270 (patch)
tree1cdeaa5c9149a34e1f409aa880673372642fa9a6 /chrome/browser/autofill/autofill_manager.h
parentb9cc865200b153d5279d871433e6cec4542b2021 (diff)
downloadchromium_src-81cd52335a57a5e17aad957e10bb793299dcd270.zip
chromium_src-81cd52335a57a5e17aad957e10bb793299dcd270.tar.gz
chromium_src-81cd52335a57a5e17aad957e10bb793299dcd270.tar.bz2
[autofill] Adding new API to request an interactive autocomplete UI flow.
BUG=157661 Review URL: https://chromiumcodereview.appspot.com/11270018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166019 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_manager.h')
-rw-r--r--chrome/browser/autofill/autofill_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
index af42fbe..9261af2 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -227,6 +227,9 @@ class AutofillManager : public content::WebContentsObserver,
const std::vector<string16>& icons,
const std::vector<int>& unique_ids);
+ // Requests an interactive autocomplete UI be shown.
+ void OnRequestAutocomplete(const FormData& form);
+
// Fills |host| with the RenderViewHost for this tab.
// Returns false if Autofill is disabled or if the host is unavailable.
bool GetHost(const std::vector<AutofillProfile*>& profiles,