Chromium Code Reviews| Index: content/browser/renderer_host/render_view_host.h |
| diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h |
| index d7317544c60e7c133feaa46c1c9b90d586102107..a9849b2f4f6cbb5d2ac0f0deddc9d6224a783de0 100644 |
| --- a/content/browser/renderer_host/render_view_host.h |
| +++ b/content/browser/renderer_host/render_view_host.h |
| @@ -358,6 +358,9 @@ class CONTENT_EXPORT RenderViewHost : public RenderWidgetHost { |
| void DidCancelPopupMenu(); |
| #endif |
| + // When using an external autofill delegate. |
| + void SelectAutofillSuggestionAtIndex(int listIndex); |
|
Ilya Sherman
2011/10/26 11:09:58
We should not add a dependency on Autofill to cont
John Grabowski
2011/10/27 03:05:59
Yes. Looks like I didn't finish the Carnitas-ific
Ilya Sherman
2011/10/27 11:01:55
Thanks, the Carnitas-ification looks good with the
|
| + |
| void ToggleSpeechInput(); |
| void set_save_accessibility_tree_for_testing(bool save) { |