Chromium Code Reviews| 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..a53cab5ceef962ffc7b323fc8bcec3aaeb0aa471 100644 |
| --- a/chrome/browser/autofill/autofill_manager.h |
| +++ b/chrome/browser/autofill/autofill_manager.h |
| @@ -227,6 +227,7 @@ class AutofillManager : public content::NotificationObserver, |
| const std::vector<string16>& labels, |
| const std::vector<string16>& icons, |
| const std::vector<int>& unique_ids); |
| + void OnRequestAutocomplete(const FormData& form); |
|
Ilya Sherman
2012/10/26 03:30:52
You'll also want to pass a message id so that the
Dan Beam
2012/10/26 05:51:44
Done.
|
| // Fills |host| with the RenderViewHost for this tab. |
| // Returns false if Autofill is disabled or if the host is unavailable. |