| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index 7d341addc31b4f977474ea2136c146b36723bcda..2a5bf15a1ec0df8ccd7373ae8dd56c41303cebe3 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -265,13 +265,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Sender {
|
| // IPC::Channel::Listener::OnMessageReceived. Intended only for
|
| // test code.
|
|
|
| - // TODO(joi): Remove this and convert the single test using it to
|
| - // get the TabContentsWrapper from
|
| - // browser()->GetSelectedWebContents() and then call its
|
| - // translate_tab_helper() to get at the object that dispatches its
|
| - // method.
|
| - virtual bool OnMessageReceivedForTesting(const IPC::Message& msg) = 0;
|
| -
|
| // Add a keyboard listener that can handle key presses without requiring
|
| // focus.
|
| virtual void AddKeyboardListener(KeyboardListener* listener) = 0;
|
|
|