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

Unified Diff: components/autofill/content/renderer/autofill_agent.h

Issue 241193002: Password autofill: Check for user gesture switches to new Blink backend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/renderer/autofill_agent.h
diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
index 5b268d9fdfea42dc6f3de494de468db26723586d..8be87a0b932ff4514c9968eac2024ae80d3f9444 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -90,6 +90,7 @@ class AutofillAgent : public content::RenderViewObserver,
virtual void didAssociateFormControls(
const blink::WebVector<blink::WebNode>& nodes);
virtual void openTextDataListChooser(const blink::WebInputElement& element);
+ virtual void firstUserGestureObserved() OVERRIDE;
vabr (Chromium) 2014/04/17 17:43:30 It looks like all methods in this block should hav
Ilya Sherman 2014/04/17 21:28:47 Actually, per request from jamesr@, none of them s
vabr (Chromium) 2014/04/18 18:23:53 Makes sense, thanks! OVERRIDE removed.
void OnFieldTypePredictionsAvailable(
const std::vector<FormDataPredictions>& forms);
« no previous file with comments | « no previous file | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698