Index: content/browser/renderer_host/render_widget_host_delegate.h |
diff --git a/content/browser/renderer_host/render_widget_host_delegate.h b/content/browser/renderer_host/render_widget_host_delegate.h |
index 32bb92d42a85ec2eea448bf54251c3a90b168f34..ef61fafad10795ba1aa4aa7f6641fb7db44c8576 100644 |
--- a/content/browser/renderer_host/render_widget_host_delegate.h |
+++ b/content/browser/renderer_host/render_widget_host_delegate.h |
@@ -12,7 +12,6 @@ |
#include "build/build_config.h" |
#include "content/common/content_export.h" |
#include "content/common/drag_event_source_info.h" |
-#include "content/public/browser/renderer_unresponsive_type.h" |
#include "content/public/common/drop_data.h" |
#include "third_party/WebKit/public/platform/WebDisplayMode.h" |
#include "third_party/WebKit/public/platform/WebDragOperation.h" |
@@ -151,8 +150,7 @@ class CONTENT_EXPORT RenderWidgetHostDelegate { |
// Notification that the renderer has become unresponsive. The |
// delegate can use this notification to show a warning to the user. |
- virtual void RendererUnresponsive(RenderWidgetHostImpl* render_widget_host, |
- RendererUnresponsiveType type) {} |
+ virtual void RendererUnresponsive(RenderWidgetHostImpl* render_widget_host) {} |
// Notification that a previously unresponsive renderer has become |
// responsive again. The delegate can use this notification to end the |