| Index: chrome/renderer/autofill/autofill_agent.h
|
| diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h
|
| index 0fa29dd7c68480117c7e6d1d92a32d5f39e5452a..b7e4fb43430c75d29c0dc238cf8f2c3f6327585f 100644
|
| --- a/chrome/renderer/autofill/autofill_agent.h
|
| +++ b/chrome/renderer/autofill/autofill_agent.h
|
| @@ -100,6 +100,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);
|
|
|