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

Unified Diff: third_party/WebKit/public/web/WebEmbeddedWorker.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/WebDevToolsAgent.h ('k') | third_party/WebKit/public/web/WebSharedWorker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebEmbeddedWorker.h
diff --git a/third_party/WebKit/public/web/WebEmbeddedWorker.h b/third_party/WebKit/public/web/WebEmbeddedWorker.h
index 42ebe9996ca9dab83dfd7f148d4e416377202f91..f381407b96546b40f70eee14df87cbf012c31f44 100644
--- a/third_party/WebKit/public/web/WebEmbeddedWorker.h
+++ b/third_party/WebKit/public/web/WebEmbeddedWorker.h
@@ -68,7 +68,7 @@ class WebEmbeddedWorker {
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/WebDevToolsAgent.h ('k') | third_party/WebKit/public/web/WebSharedWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698