| Index: content/shell/shell_render_process_observer.h
|
| diff --git a/content/shell/shell_render_process_observer.h b/content/shell/shell_render_process_observer.h
|
| index b802100895f6c3e8cf9d971d846bf732ccb0a4ad..42d2ccadeab722c772f55cbe12d2329d5fd60ae8 100644
|
| --- a/content/shell/shell_render_process_observer.h
|
| +++ b/content/shell/shell_render_process_observer.h
|
| @@ -38,6 +38,10 @@ class ShellRenderProcessObserver : public RenderProcessObserver {
|
| virtual void WebKitInitialized() OVERRIDE;
|
| virtual bool OnControlMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| + WebTestRunner::WebTestInterfaces* test_interfaces() const {
|
| + return test_interfaces_.get();
|
| + }
|
| +
|
| private:
|
| // Message handlers.
|
| void OnResetAll();
|
|
|