Index: chrome_frame/test/net/fake_external_tab.cc |
=================================================================== |
--- chrome_frame/test/net/fake_external_tab.cc (revision 133033) |
+++ chrome_frame/test/net/fake_external_tab.cc (working copy) |
@@ -145,10 +145,7 @@ |
virtual bool BasicStartupComplete(int* exit_code) OVERRIDE { |
logging_win::InstallTestLogCollector( |
testing::UnitTest::GetInstance()); |
- return false; |
- } |
- virtual void PreSandboxStartup() OVERRIDE { |
// Initialize the content client. |
content::SetContentClient(&g_chrome_content_client.Get()); |
@@ -157,10 +154,13 @@ |
// FakeContentBrowserClient, to override CreateBrowserMainParts. Must |
// be done before any tabs are created. |
content::GetContentClient()->set_browser(&g_browser_client.Get()); |
- |
content::GetContentClient()->set_renderer(&g_renderer_client.Get()); |
+ return false; |
} |
+ virtual void PreSandboxStartup() OVERRIDE { |
+ } |
+ |
virtual void SandboxInitialized(const std::string& process_type) OVERRIDE {} |
virtual int RunProcess( |