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); |
Evan Stade
2012/10/24 21:59:44
I don't know if this belongs here. You have to imp
Ilya Sherman
2012/10/26 03:35:28
This does belong here. We shouldn't need to touch
|
// Fills |host| with the RenderViewHost for this tab. |
// Returns false if Autofill is disabled or if the host is unavailable. |