Chromium Code Reviews| Index: chrome/test/base/chrome_render_view_test.h |
| diff --git a/chrome/test/base/chrome_render_view_test.h b/chrome/test/base/chrome_render_view_test.h |
| index 342ed130bae1d34178793a1c1131b5f27a89e5b8..bdb534e98d66282a45203d1668563f56eaca6e55 100644 |
| --- a/chrome/test/base/chrome_render_view_test.h |
| +++ b/chrome/test/base/chrome_render_view_test.h |
| @@ -47,6 +47,10 @@ class ChromeRenderViewTest : public content::RenderViewTest { |
| void DisableUserGestureSimulationForAutofill(); |
| void WaitForAutofillDidAssociateFormControl(); |
| + // Tests which need to handle IPC's sent to the browser should override |
| + // this method and return a subclass of ChromeMockRenderThread. |
|
Nathan Parker
2016/11/08 23:27:30
nit: mention who owns this naked ptr.
ananta
2016/11/08 23:52:05
Done.
|
| + virtual ChromeMockRenderThread* CreateMockRenderThread(); |
| + |
| #if defined(ENABLE_EXTENSIONS) |
| std::unique_ptr<extensions::DispatcherDelegate> |
| extension_dispatcher_delegate_; |