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

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

Issue 299553002: remove transaction details from didRequestAutocomplete (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 a5de5ad9aa599992b946c6f197231560a29bfaee..d2e0f68f8564e6a1a5bedf21c6af3911d22836e2 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -82,9 +82,12 @@ class AutofillAgent : public content::RenderViewObserver,
virtual void textFieldDidReceiveKeyDown(
const blink::WebInputElement& element,
const blink::WebKeyboardEvent& event);
+ // TODO(estade): remove.
virtual void didRequestAutocomplete(
const blink::WebFormElement& form,
const blink::WebAutocompleteParams& details);
+ virtual void didRequestAutocomplete(
+ const blink::WebFormElement& form);
virtual void setIgnoreTextChanges(bool ignore);
virtual void didAssociateFormControls(
const blink::WebVector<blink::WebNode>& nodes);
« 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