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

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

Issue 2387353004: Delay Input.dispatchKeyEvent response until after key event ack. (Closed)
Patch Set: undo weakptr change, rebase to pull in dgozman's fix (crrev.com/437658) 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
Index: content/browser/devtools/render_frame_devtools_agent_host.cc
diff --git a/content/browser/devtools/render_frame_devtools_agent_host.cc b/content/browser/devtools/render_frame_devtools_agent_host.cc
index dd1ee7ad2a1375a76a95249f3f4ea541f9807b9c..43253f6f979a19602e3abbb20b06114c04351e3e 100644
--- a/content/browser/devtools/render_frame_devtools_agent_host.cc
+++ b/content/browser/devtools/render_frame_devtools_agent_host.cc
@@ -584,6 +584,7 @@ void RenderFrameDevToolsAgentHost::OnClientDetached() {
emulation_handler_->Detached();
if (page_handler_)
page_handler_->Detached();
+ input_handler_->Detached();
service_worker_handler_->Detached();
target_handler_->Detached();
frame_trace_recorder_.reset();
« no previous file with comments | « content/browser/devtools/protocol/input_handler.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698