|
@@ -15,10 +15,10 @@ This CL removes these filters so the unresponsive event can still be
|
|
|
accessed from our JS event. The filtering is moved into Electron's code.
|
|
|
|
|
|
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
|
|
-index 319800cec84a968b0e442fc760c8e1d701bda2ed..459663af86272fe1e23a6a163e01c67fc5f8a66d 100644
|
|
|
+index 0e742f196367bbbe8c4e147ef4db4f8dbbe4cbbe..7026b28c4f228971f74a706b6ad99777e4ca0773 100644
|
|
|
--- a/content/browser/web_contents/web_contents_impl.cc
|
|
|
+++ b/content/browser/web_contents/web_contents_impl.cc
|
|
|
-@@ -9464,25 +9464,13 @@ void WebContentsImpl::RendererUnresponsive(
|
|
|
+@@ -9518,25 +9518,13 @@ void WebContentsImpl::RendererUnresponsive(
|
|
|
base::RepeatingClosure hang_monitor_restarter) {
|
|
|
OPTIONAL_TRACE_EVENT1("content", "WebContentsImpl::RendererUnresponsive",
|
|
|
"render_widget_host", render_widget_host);
|