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

Unified Diff: content/browser/devtools/devtools_agent_host_impl.cc

Issue 2579923002: [DevTools] Call InnerDetach instead of NotifyDetached in DTAHI::HostClosed. (Closed)
Patch Set: no deps Created 4 years 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 | « no previous file | content/shell/browser/shell_devtools_frontend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_agent_host_impl.cc
diff --git a/content/browser/devtools/devtools_agent_host_impl.cc b/content/browser/devtools/devtools_agent_host_impl.cc
index cb56f0e78487110512dcd2d96e85231de8a8be14..530f297df6626193fb2a02419307d738209ba487 100644
--- a/content/browser/devtools/devtools_agent_host_impl.cc
+++ b/content/browser/devtools/devtools_agent_host_impl.cc
@@ -265,7 +265,7 @@ void DevToolsAgentHostImpl::HostClosed() {
DevToolsAgentHostClient* client = client_;
client_ = NULL;
client->AgentHostClosed(this, false);
- NotifyDetached();
+ InnerDetach();
}
void DevToolsAgentHostImpl::InspectElement(int x, int y) {
« no previous file with comments | « no previous file | content/shell/browser/shell_devtools_frontend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698