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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 11270018: [autofill] Adding new API to request an interactive autocomplete UI flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index aaed0b4f9296c0aeae23c80dac471ca7a9b78fc6..f482d9429beffb47751c85051c4163de65acd1f0 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -418,6 +418,9 @@ class CONTENT_EXPORT WebContentsDelegate {
const MediaStreamRequest* request,
const MediaResponseCallback& callback) {}
+ // Request to interactively fill out a form using autocomplete.
+ virtual void RequestAutocomplete(WebContents* web_contents) {}
+
#if defined(OS_ANDROID)
// Called when a compositing layer becomes available for this web contents
// so the delegate can add it to the layer tree.

Powered by Google App Engine
This is Rietveld 408576698