| 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 5033d4d1454bd48fd520a3fea4d85f9f70ae5b34..61a7f3a68611ec3e3a38b3db1991636c0a9e6e9a 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -260,9 +260,8 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
| // Called to notify the RenderWidget that it has been resized.
|
| virtual void WasResized() = 0;
|
|
|
| - // Access to the implementation's
|
| - // IPC::Channel::Listener::OnMessageReceived. Intended only for
|
| - // test code.
|
| + // Access to the implementation's IPC::Listener::OnMessageReceived. Intended
|
| + // only for test code.
|
|
|
| // Add a keyboard listener that can handle key presses without requiring
|
| // focus.
|
|
|