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

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

Issue 119683003: [Autofill] Fix up AutofillAgent a bit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: 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 a49224911a7bea8b6210b622152f8516a5b616f2..7bfc7671647d8e57ac0c0a1d640123e25ef9f311 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -77,7 +77,6 @@ class AutofillAgent : public content::RenderViewObserver,
virtual void InputElementLostFocus() OVERRIDE;
// blink::WebAutofillClient:
- virtual void didClearAutofillSelection(const blink::WebNode& node) OVERRIDE;
virtual void textFieldDidEndEditing(
const blink::WebInputElement& element) OVERRIDE;
virtual void textFieldDidChange(

Powered by Google App Engine
This is Rietveld 408576698