Index: chrome_frame/test/net/fake_external_tab.cc |
=================================================================== |
--- chrome_frame/test/net/fake_external_tab.cc (revision 90597) |
+++ chrome_frame/test/net/fake_external_tab.cc (working copy) |
@@ -552,8 +552,6 @@ |
return 0; |
} |
- base::ProcessHandle crash_service = chrome_frame_test::StartCrashService(); |
- |
google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad( |
InitializeCrashReporting(HEADLESS)); |
@@ -563,6 +561,8 @@ |
// below require. So we have to instantiate this first. |
CFUrlRequestUnittestRunner test_suite(argc, argv); |
+ base::ProcessHandle crash_service = chrome_frame_test::StartCrashService(); |
+ |
WindowWatchdog watchdog; |
// See url_request_unittest.cc for these credentials. |
SupplyProxyCredentials credentials("user", "secret"); |