Index: third_party/WebKit/Source/core/inspector/InspectorFrontendChannel.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorFrontendChannel.h b/third_party/WebKit/Source/core/inspector/InspectorFrontendChannel.h |
index 8b687d1405a720dde55351c8d9b72200df82c71b..580a12d3e18aa84dbdb4cebae4b7ba239f6d67e8 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorFrontendChannel.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorFrontendChannel.h |
@@ -34,7 +34,7 @@ namespace blink { |
class InspectorFrontendChannel { |
public: |
virtual ~InspectorFrontendChannel() { } |
- virtual void sendProtocolResponse(int callId, PassRefPtr<JSONObject> message) = 0; |
+ virtual void sendProtocolResponse(int sessionId, int callId, PassRefPtr<JSONObject> message) = 0; |
virtual void sendProtocolNotification(PassRefPtr<JSONObject> message) = 0; |
virtual void flush() = 0; |
}; |