Devtools: Remove session_id in browser

https://chromium-review.googlesource.com/c/chromium/src/+/866213
This commit is contained in:
deepak1556 2018-04-08 21:32:06 +05:30 committed by Samuel Attard
parent f32e59d4b2
commit bf620363b9
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}

View file

@ -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;