Index: content/public/test/mock_render_thread.h |
diff --git a/content/public/test/mock_render_thread.h b/content/public/test/mock_render_thread.h |
index 95a944e6b878661edabd77bf65e2ff1cb850c8ba..3625158d4723fbcc1a8349497e22344336e8ebbb 100644 |
--- a/content/public/test/mock_render_thread.h |
+++ b/content/public/test/mock_render_thread.h |
@@ -33,11 +33,6 @@ class MockRenderThread : public RenderThread { |
// Provides access to the messages that have been received by this thread. |
IPC::TestSink& sink() { return sink_; } |
- // Helpers for embedders to know when content IPC messages are received, since |
- // they don't have access to content IPC files. |
- void VerifyRunJavaScriptMessageSend( |
- const base::string16& expected_alert_message); |
- |
// RenderThread implementation: |
virtual bool Send(IPC::Message* msg) OVERRIDE; |
virtual base::MessageLoop* GetMessageLoop() OVERRIDE; |