| Index: chrome/browser/autofill/autofill_manager.h
|
| diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
|
| index 345b68b5e59b29c4d0b32f731f83ff249b155016..8e7c62a27699f9bd094c7a6e563b46dfde39cd61 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(int unique_id, 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,
|
|
|