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

Unified Diff: content/child/shared_worker_devtools_agent.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
Index: content/child/shared_worker_devtools_agent.h
diff --git a/content/child/shared_worker_devtools_agent.h b/content/child/shared_worker_devtools_agent.h
index b46d15f1cb3a89b28f4dc836431c34c87ffec03d..9059277d8f95830dcd5394beb7275250b18ab777 100644
--- a/content/child/shared_worker_devtools_agent.h
+++ b/content/child/shared_worker_devtools_agent.h
@@ -37,7 +37,7 @@ class SharedWorkerDevToolsAgent {
void OnReattach(const std::string& host_id,
int session_id,
const std::string& state);
- void OnDetach();
+ void OnDetach(int session_id);
void OnDispatchOnInspectorBackend(
int session_id,
int call_id,
« no previous file with comments | « content/browser/devtools/worker_devtools_agent_host.cc ('k') | content/child/shared_worker_devtools_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698