| 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,
|
|
|