Index: content/shell/browser/layout_test/secondary_test_window_observer.cc |
diff --git a/content/shell/browser/layout_test/secondary_test_window_observer.cc b/content/shell/browser/layout_test/secondary_test_window_observer.cc |
index 933ce0e06e43e51dc28b1d2764098cfbcdc2d182..3c8794add1a3d0df859f0a22d54f45598a5df6a1 100644 |
--- a/content/shell/browser/layout_test/secondary_test_window_observer.cc |
+++ b/content/shell/browser/layout_test/secondary_test_window_observer.cc |
@@ -17,21 +17,6 @@ SecondaryTestWindowObserver::SecondaryTestWindowObserver( |
SecondaryTestWindowObserver::~SecondaryTestWindowObserver() {} |
-bool SecondaryTestWindowObserver::OnMessageReceived( |
- const IPC::Message& message) { |
- bool handled = true; |
- IPC_BEGIN_MESSAGE_MAP(SecondaryTestWindowObserver, message) |
- IPC_MESSAGE_HANDLER(ShellViewHostMsg_TestFinishedInSecondaryRenderer, |
- OnTestFinishedInSecondaryRenderer) |
- IPC_MESSAGE_UNHANDLED(handled = false) |
- IPC_END_MESSAGE_MAP() |
- return handled; |
-} |
- |
-void SecondaryTestWindowObserver::OnTestFinishedInSecondaryRenderer() { |
- BlinkTestController::Get()->OnTestFinishedInSecondaryRenderer(); |
-} |
- |
void SecondaryTestWindowObserver::RenderFrameCreated( |
RenderFrameHost* render_frame_host) { |
DCHECK(!BlinkTestController::Get()->IsMainWindow( |