Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9172)

Unified Diff: chrome_frame/test/net/fake_external_tab.cc

Issue 9950040: Get chrome:// dev tool urls hooked up in content_shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698