| Index: webkit/glue/webdevtoolsclient_delegate.h
|
| ===================================================================
|
| --- webkit/glue/webdevtoolsclient_delegate.h (revision 24604)
|
| +++ webkit/glue/webdevtoolsclient_delegate.h (working copy)
|
| @@ -15,7 +15,9 @@
|
|
|
| virtual void SendMessageToAgent(const std::string& class_name,
|
| const std::string& method_name,
|
| - const std::string& raw_msg) = 0;
|
| + const std::string& param1,
|
| + const std::string& param2,
|
| + const std::string& param3) = 0;
|
| virtual void SendDebuggerCommandToAgent(const std::string& command) = 0;
|
|
|
| virtual void ActivateWindow() = 0;
|
|
|