Index: chrome/renderer/autofill/autofill_agent.h |
diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h |
index a5e8462959c9c5f6f021df6098275783f7b0e437..7b9e11b1f226542998030be038272eca31aa28e0 100644 |
--- a/chrome/renderer/autofill/autofill_agent.h |
+++ b/chrome/renderer/autofill/autofill_agent.h |
@@ -104,6 +104,9 @@ class AutofillAgent : public content::RenderViewObserver, |
void OnFieldTypePredictionsAvailable( |
const std::vector<webkit_glue::FormDataPredictions>& forms); |
+ // For external autofill selection. |
+ void OnSelectAutofillSuggestionAtIndex(int listIndex); |
+ |
// Called in a posted task by textFieldDidChange() to work-around a WebKit bug |
// http://bugs.webkit.org/show_bug.cgi?id=16976 |
void TextFieldDidChangeImpl(const WebKit::WebInputElement& element); |