| Index: webkit/glue/webdevtoolsagent_delegate.h
 | 
| ===================================================================
 | 
| --- webkit/glue/webdevtoolsagent_delegate.h	(revision 17071)
 | 
| +++ webkit/glue/webdevtoolsagent_delegate.h	(working copy)
 | 
| @@ -13,7 +13,9 @@
 | 
|    WebDevToolsAgentDelegate() {}
 | 
|    virtual ~WebDevToolsAgentDelegate() {}
 | 
|  
 | 
| -  virtual void SendMessageToClient(const std::string& raw_msg) = 0;
 | 
| +  virtual void SendMessageToClient(const std::string& class_name,
 | 
| +                                   const std::string& method_name,
 | 
| +                                   const std::string& raw_msg) = 0;
 | 
|  
 | 
|    // Invalidates widget which leads to the repaint.
 | 
|    virtual void ForceRepaint() = 0;
 | 
| 
 |