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

Unified Diff: content/public/browser/render_widget_host.h

Issue 9838009: Clean up a few TODO items. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 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
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;
« no previous file with comments | « content/port/browser/render_widget_host_view_port.h ('k') | content/public/browser/render_widget_host_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698