| Index: chrome/browser/autofill/autofill_external_delegate.h
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_external_delegate.h (revision 183209)
|
| +++ chrome/browser/autofill/autofill_external_delegate.h (working copy)
|
| @@ -186,6 +186,10 @@
|
| // currently editing? Used to keep track of state for metrics logging.
|
| bool has_shown_autofill_popup_for_current_edit_;
|
|
|
| + // The RenderViewHost that this object has been registered with as a
|
| + // keyboard listener.
|
| + content::RenderViewHost* registered_keyboard_listener_with_;
|
| +
|
| // The current data list values.
|
| std::vector<string16> data_list_values_;
|
| std::vector<string16> data_list_labels_;
|
|
|