| Index: content/test/content_browser_test.h
|
| diff --git a/content/test/content_browser_test.h b/content/test/content_browser_test.h
|
| index 5a76bb60c220acbd113295911be4390735fbc103..0647d4a5c225c9630cc459235278241a306623d7 100644
|
| --- a/content/test/content_browser_test.h
|
| +++ b/content/test/content_browser_test.h
|
| @@ -28,6 +28,10 @@ class ContentBrowserTest : public BrowserTestBase {
|
| // BrowserTestBase:
|
| virtual void RunTestOnMainThreadLoop() OVERRIDE;
|
|
|
| + // Must be called before or during setup.
|
| + void SetContentRendererClient(
|
| + scoped_ptr<ContentRendererClient> renderer_client);
|
| +
|
| protected:
|
| // Creates a new window and loads about:blank.
|
| Shell* CreateBrowser();
|
|
|