Chromium Code Reviews| 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..bb85b61fbef4e02eb402854bd047fd82295f2f3f 100644 |
| --- a/content/shell/shell_render_process_observer.h |
| +++ b/content/shell/shell_render_process_observer.h |
| @@ -33,6 +33,9 @@ class ShellRenderProcessObserver : public RenderProcessObserver { |
| void SetMainWindow(RenderView* view, |
| WebTestRunner::WebTestDelegate* delegate); |
| void BindTestRunnersToWindow(WebKit::WebFrame* frame); |
| + WebTestRunner::WebTestInterfaces* test_interfaces() const { |
|
jam
2012/11/08 20:37:06
nit: getters usually are at the end, so i.e. after
|
| + return test_interfaces_.get(); |
| + } |
| // RenderProcessObserver implementation. |
| virtual void WebKitInitialized() OVERRIDE; |