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 2a480903fea98b32d58740a3795184f240c756c3..b3e906714ea7679a5984a3481c05e42af597cd23 100644 |
--- a/components/autofill/content/renderer/autofill_agent.h |
+++ b/components/autofill/content/renderer/autofill_agent.h |
@@ -77,10 +77,6 @@ class AutofillAgent : public content::RenderViewObserver, |
// blink::WebAutofillClient: |
virtual void textFieldDidEndEditing( |
const blink::WebInputElement& element) OVERRIDE; |
- // TODO(ziran.sun): To be removed once next Blink roll is done |
- virtual void textFieldDidChange( |
- const blink::WebInputElement& element); |
- // TODO(ziran.sun): OVERRIDE this function once next Blink roll is done |
virtual void textFieldDidChange( |
const blink::WebFormControlElement& element); |
virtual void textFieldDidReceiveKeyDown( |