mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Improve crashpad integration (issue #1995)
- Crash reporting is enabled and configured using a "crash_reporter.cfg" file. See comments in include/cef_crash_util.h and tools/crash_server.py for usage.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
#include "tests/shared/browser/client_app_browser.h"
|
||||
|
||||
#include "tests/cefclient/browser/client_browser.h"
|
||||
|
||||
#if defined(OS_LINUX)
|
||||
#include "tests/cefclient/browser/print_handler_gtk.h"
|
||||
#endif
|
||||
@@ -12,6 +14,7 @@ namespace client {
|
||||
|
||||
// static
|
||||
void ClientAppBrowser::CreateDelegates(DelegateSet& delegates) {
|
||||
browser::CreateDelegates(delegates);
|
||||
}
|
||||
|
||||
// static
|
||||
|
Reference in New Issue
Block a user