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

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

Issue 2858043003: [DevTools] Pass session id in detach request (Closed)
Patch Set: test compile Created 3 years, 7 months 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/WebEmbeddedWorker.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebSharedWorker.h
diff --git a/third_party/WebKit/public/web/WebSharedWorker.h b/third_party/WebKit/public/web/WebSharedWorker.h
index 8f3179bda5b5a65f620ea8b4531910891b974cb5..cf156706fe482fa0bce9d9be6fb82473b4afd67d 100644
--- a/third_party/WebKit/public/web/WebSharedWorker.h
+++ b/third_party/WebKit/public/web/WebSharedWorker.h
@@ -68,7 +68,7 @@ class WebSharedWorker {
virtual void ReattachDevTools(const WebString& host_id,
int session_id,
const WebString& saved_state) = 0;
- virtual void DetachDevTools() = 0;
+ virtual void DetachDevTools(int session_id) = 0;
virtual void DispatchDevToolsMessage(int session_id,
int call_id,
const WebString& method,
« no previous file with comments | « third_party/WebKit/public/web/WebEmbeddedWorker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698