| Index: webkit/glue/webdevtoolsclient_delegate.h
|
| ===================================================================
|
| --- webkit/glue/webdevtoolsclient_delegate.h (revision 17071)
|
| +++ webkit/glue/webdevtoolsclient_delegate.h (working copy)
|
| @@ -13,7 +13,9 @@
|
| WebDevToolsClientDelegate() {}
|
| virtual ~WebDevToolsClientDelegate() {}
|
|
|
| - virtual void SendMessageToAgent(const std::string& raw_msg) = 0;
|
| + virtual void SendMessageToAgent(const std::string& class_name,
|
| + const std::string& method_name,
|
| + const std::string& raw_msg) = 0;
|
| virtual void SendDebuggerCommandToAgent(const std::string& command) = 0;
|
| virtual void ActivateWindow() = 0;
|
|
|
|
|