Index: content/browser/frame_host/render_widget_host_view_child_frame.cc |
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.cc b/content/browser/frame_host/render_widget_host_view_child_frame.cc |
index e1d3bdcb99c2f571614ed534373d0d499be004b4..4e2b13b449cbde92e40649af2769e994398f22ac 100644 |
--- a/content/browser/frame_host/render_widget_host_view_child_frame.cc |
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.cc |
@@ -215,11 +215,6 @@ void RenderWidgetHostViewChildFrame::SetIsLoading(bool is_loading) { |
NOTREACHED(); |
} |
-void RenderWidgetHostViewChildFrame::TextInputStateChanged( |
- const TextInputState& params) { |
- // TODO(kenrb): Implement. |
-} |
- |
void RenderWidgetHostViewChildFrame::RenderProcessGone( |
base::TerminationStatus status, |
int error_code) { |