| Index: webkit/glue/webdevtoolsclient.h
|
| ===================================================================
|
| --- webkit/glue/webdevtoolsclient.h (revision 17071)
|
| +++ webkit/glue/webdevtoolsclient.h (working copy)
|
| @@ -22,7 +22,9 @@
|
| WebDevToolsClient() {}
|
| virtual ~WebDevToolsClient() {}
|
|
|
| - virtual void DispatchMessageFromAgent(const std::string& raw_msg) = 0;
|
| + virtual void DispatchMessageFromAgent(const std::string& class_name,
|
| + const std::string& method_name,
|
| + const std::string& raw_msg) = 0;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(WebDevToolsClient);
|
|
|