mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 92.0.4515.0 (#885287)
This commit is contained in:
@@ -234,7 +234,7 @@ CefCrashReporterClient* g_crash_reporter_client = nullptr;
|
||||
const char kKeyMapDelim = ',';
|
||||
|
||||
std::string NormalizeCrashKey(const base::StringPiece& key) {
|
||||
std::string str = key.as_string();
|
||||
std::string str(key);
|
||||
std::replace(str.begin(), str.end(), kKeyMapDelim, '-');
|
||||
if (str.length() > crashpad::Annotation::kNameMaxLength) {
|
||||
return str.substr(0, crashpad::Annotation::kNameMaxLength);
|
||||
|
Reference in New Issue
Block a user