Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: content/browser/renderer_host/render_view_host.h

Issue 8353025: External autofill delegates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Carnitasify Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698