mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 114.0.5735.0 (#1135570)
- Mac: 13.3 SDK (Xcode 14.3) is now supported (see https://crbug.com/1431897). - Mac: Removed UnderlayOpenGLHostingWindow which is no longer used.
This commit is contained in:
@@ -202,12 +202,12 @@ index 284dd099122df..c09c614c11283 100644
|
||||
-
|
||||
} // namespace crash_reporter
|
||||
diff --git components/crash/core/app/crash_reporter_client.h components/crash/core/app/crash_reporter_client.h
|
||||
index 9f8f20dfa6506..5d42f6fc1b003 100644
|
||||
index a604df7a5ea6a..618fbde10a65c 100644
|
||||
--- components/crash/core/app/crash_reporter_client.h
|
||||
+++ components/crash/core/app/crash_reporter_client.h
|
||||
@@ -5,7 +5,9 @@
|
||||
#ifndef COMPONENTS_CRASH_CORE_APP_CRASH_REPORTER_CLIENT_H_
|
||||
#define COMPONENTS_CRASH_CORE_APP_CRASH_REPORTER_CLIENT_H_
|
||||
@@ -7,7 +7,9 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
+#include <map>
|
||||
#include <string>
|
||||
@@ -215,7 +215,7 @@ index 9f8f20dfa6506..5d42f6fc1b003 100644
|
||||
|
||||
#include "build/build_config.h"
|
||||
|
||||
@@ -94,7 +96,7 @@ class CrashReporterClient {
|
||||
@@ -96,7 +98,7 @@ class CrashReporterClient {
|
||||
virtual bool GetShouldDumpLargerDumps();
|
||||
#endif
|
||||
|
||||
@@ -224,7 +224,7 @@ index 9f8f20dfa6506..5d42f6fc1b003 100644
|
||||
// Returns a textual description of the product type and version to include
|
||||
// in the crash report. Neither out parameter should be set to NULL.
|
||||
// TODO(jperaza): Remove the 2-parameter overload of this method once all
|
||||
@@ -105,6 +107,7 @@ class CrashReporterClient {
|
||||
@@ -107,6 +109,7 @@ class CrashReporterClient {
|
||||
std::string* version,
|
||||
std::string* channel);
|
||||
|
||||
@@ -232,7 +232,7 @@ index 9f8f20dfa6506..5d42f6fc1b003 100644
|
||||
virtual base::FilePath GetReporterLogFilename();
|
||||
|
||||
// Custom crash minidump handler after the minidump is generated.
|
||||
@@ -114,6 +117,7 @@ class CrashReporterClient {
|
||||
@@ -116,6 +119,7 @@ class CrashReporterClient {
|
||||
// libc nor allocate memory normally.
|
||||
virtual bool HandleCrashDump(const char* crashdump_filename,
|
||||
uint64_t crash_pid);
|
||||
@@ -240,7 +240,7 @@ index 9f8f20dfa6506..5d42f6fc1b003 100644
|
||||
#endif
|
||||
|
||||
// The location where minidump files should be written. Returns true if
|
||||
@@ -211,6 +215,20 @@ class CrashReporterClient {
|
||||
@@ -213,6 +217,20 @@ class CrashReporterClient {
|
||||
|
||||
// Returns true if breakpad should run in the given process type.
|
||||
virtual bool EnableBreakpadForProcess(const std::string& process_type);
|
||||
|
Reference in New Issue
Block a user