Index: Source/WebKit/chromium/public/WebAutofillClient.h |
=================================================================== |
--- Source/WebKit/chromium/public/WebAutofillClient.h (revision 146918) |
+++ Source/WebKit/chromium/public/WebAutofillClient.h (working copy) |
@@ -40,8 +40,6 @@ |
class WebNode; |
class WebString; |
-template <typename T> class WebVector; |
- |
class WebAutofillClient { |
public: |
enum { |
@@ -95,8 +93,6 @@ |
// Informs the client whether or not any subsequent text changes should be ignored. |
virtual void setIgnoreTextChanges(bool ignore) { } |
- virtual void didAssociateFormControls(const WebVector<WebNode>&) { } |
- |
protected: |
virtual ~WebAutofillClient() { } |
}; |