Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / test / content_browser_test.h
index 5a76bb6..0647d4a 100644 (file)
@@ -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();