| Index: chrome_frame/test/run_all_unittests.cc
|
| ===================================================================
|
| --- chrome_frame/test/run_all_unittests.cc (revision 89645)
|
| +++ chrome_frame/test/run_all_unittests.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -9,6 +9,7 @@
|
| #include "base/test/test_suite.h"
|
| #include "base/threading/platform_thread.h"
|
| #include "chrome/common/chrome_paths.h"
|
| +#include "chrome_frame/crash_server_init.h"
|
| #include "chrome_frame/test/chrome_frame_test_utils.h"
|
| #include "chrome_frame/test/chrome_frame_ui_test_utils.h"
|
| #include "chrome_frame/test_utils.h"
|
| @@ -43,6 +44,10 @@
|
| SetConfigBool(kChromeFrameAccessibleMode, true);
|
|
|
| base::ProcessHandle crash_service = chrome_frame_test::StartCrashService();
|
| +
|
| + google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad(
|
| + InitializeCrashReporting(HEADLESS));
|
| +
|
| int ret = -1;
|
| // If mini_installer is used to register CF, we use the switch
|
| // --no-registration to avoid repetitive registration.
|
|
|