Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Unified Diff: third_party/WebKit/public/web/WebDevToolsAgentClient.h

Issue 1437283003: [DevTools] filter any messages from previous session in DevToolsAgentHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebDevToolsAgent.h ('k') | third_party/WebKit/public/web/WebEmbeddedWorker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebDevToolsAgentClient.h
diff --git a/third_party/WebKit/public/web/WebDevToolsAgentClient.h b/third_party/WebKit/public/web/WebDevToolsAgentClient.h
index f6743587af03c5e3101a48c672485e80e0e56fd9..fa8c9b70473a92e8684b76377f71d97702aeccf7 100644
--- a/third_party/WebKit/public/web/WebDevToolsAgentClient.h
+++ b/third_party/WebKit/public/web/WebDevToolsAgentClient.h
@@ -44,7 +44,7 @@ class WebDevToolsAgentClient {
public:
// Sends response message over the protocol, update agent state on the browser side for
// potential re-attach. |callId| for notifications is 0, |state| for notifications is empty.
- virtual void sendProtocolMessage(int callId, const WebString& response, const WebString& state) { }
+ virtual void sendProtocolMessage(int sessionId, int callId, const WebString& response, const WebString& state) { }
// Returns process id.
virtual long processId() { return -1; }
« no previous file with comments | « third_party/WebKit/public/web/WebDevToolsAgent.h ('k') | third_party/WebKit/public/web/WebEmbeddedWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698