| Index: webkit/glue/chrome_client_impl.h
 | 
| ===================================================================
 | 
| --- webkit/glue/chrome_client_impl.h	(revision 7533)
 | 
| +++ webkit/glue/chrome_client_impl.h	(working copy)
 | 
| @@ -123,8 +123,7 @@
 | 
|    virtual void enableSuddenTermination();
 | 
|    virtual void disableSuddenTermination();
 | 
|  
 | 
| -  // TODO(brettw): Implement me!
 | 
| -  virtual void formStateDidChange(const WebCore::Node*) { }
 | 
| +  virtual void formStateDidChange(const WebCore::Node*);
 | 
|  
 | 
|  private:
 | 
|    WebViewImpl* webview_;  // weak pointer
 | 
| 
 |