| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index 4be3a4f5a3b2825c44192c4ee557bcefd6dd9c5d..92c9e8f1564e3a23f40b9130df92b664732e147c 100644
|
| --- a/chrome/browser/autofill/autofill_manager.h
|
| +++ b/chrome/browser/autofill/autofill_manager.h
|
| @@ -228,6 +228,9 @@ class AutofillManager : public content::NotificationObserver,
|
| 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,
|
|
|