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

Unified Diff: content/browser/renderer_host/render_widget_host_input_event_router.cc

Issue 2207993002: Remove DumpWithoutCrashing in RouteGestureEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_input_event_router.cc
diff --git a/content/browser/renderer_host/render_widget_host_input_event_router.cc b/content/browser/renderer_host/render_widget_host_input_event_router.cc
index fcefe1b55cd5bea34a92796008fcb4a58c0eeb02..9e1749532e57595316c79589219fddd099af8108 100644
--- a/content/browser/renderer_host/render_widget_host_input_event_router.cc
+++ b/content/browser/renderer_host/render_widget_host_input_event_router.cc
@@ -4,7 +4,6 @@
#include "content/browser/renderer_host/render_widget_host_input_event_router.h"
-#include "base/debug/dump_without_crashing.h"
#include "cc/quads/surface_draw_quad.h"
#include "cc/surfaces/surface_id_allocator.h"
#include "cc/surfaces/surface_manager.h"
@@ -406,7 +405,6 @@ void RenderWidgetHostInputEventRouter::RouteTouchscreenGestureEvent(
// TODO(wjmaclean): this only happens on Windows, and should not happen.
// https://crbug.com/595422
touchscreen_gesture_target_.target = nullptr;
- base::debug::DumpWithoutCrashing();
return;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698