Index: chrome/browser/debugger/inspectable_tab_proxy.h |
=================================================================== |
--- chrome/browser/debugger/inspectable_tab_proxy.h (revision 17071) |
+++ chrome/browser/debugger/inspectable_tab_proxy.h (working copy) |
@@ -81,7 +81,9 @@ |
private: |
// Message handling routines |
- void OnRpcMessage(const std::string& msg); |
+ void OnRpcMessage(const std::string& class_name, |
+ const std::string& message_name, |
+ const std::string& msg); |
void DebuggerOutput(const std::string& msg); |
void FrameNavigate(const std::string& url); |
void TabClosed(); |