mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Devtools: Remove session_id in browser
https://chromium-review.googlesource.com/c/chromium/src/+/866213
This commit is contained in:
committed by
Samuel Attard
parent
f32e59d4b2
commit
bf620363b9
@@ -95,7 +95,7 @@ void DevToolsManagerDelegate::Inspect(content::DevToolsAgentHost* agent_host) {}
|
||||
|
||||
bool DevToolsManagerDelegate::HandleCommand(
|
||||
content::DevToolsAgentHost* agent_host,
|
||||
int session_id,
|
||||
content::DevToolsAgentHostClient* client,
|
||||
base::DictionaryValue* command) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ class DevToolsManagerDelegate : public content::DevToolsManagerDelegate {
|
||||
// DevToolsManagerDelegate implementation.
|
||||
void Inspect(content::DevToolsAgentHost* agent_host) override;
|
||||
bool HandleCommand(content::DevToolsAgentHost* agent_host,
|
||||
int session_id,
|
||||
content::DevToolsAgentHostClient* client,
|
||||
base::DictionaryValue* command) override;
|
||||
scoped_refptr<content::DevToolsAgentHost> CreateNewTarget(
|
||||
const GURL& url) override;
|
||||
|
||||
Reference in New Issue
Block a user