aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_crash__keys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_common_crash__keys.cc')
-rw-r--r--www/chromium/files/patch-chrome_common_crash__keys.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-chrome_common_crash__keys.cc b/www/chromium/files/patch-chrome_common_crash__keys.cc
index d5a485f66da9..b84744159f4e 100644
--- a/www/chromium/files/patch-chrome_common_crash__keys.cc
+++ b/www/chromium/files/patch-chrome_common_crash__keys.cc
@@ -1,6 +1,6 @@
---- chrome/common/crash_keys.cc.orig 2025-03-05 08:14:56 UTC
+--- chrome/common/crash_keys.cc.orig 2025-04-04 08:52:13 UTC
+++ chrome/common/crash_keys.cc
-@@ -52,7 +52,9 @@ class CrashKeyWithName {
+@@ -51,7 +51,9 @@ class CrashKeyWithName {
~CrashKeyWithName() = delete;
std::string_view Name() const { return name_; }
@@ -10,7 +10,7 @@
void Clear() { crash_key_.Clear(); }
void Set(std::string_view value) { crash_key_.Set(value); }
-@@ -197,6 +199,7 @@ void AllocateCrashKeyInBrowserAndChildren(std::string_
+@@ -196,6 +198,7 @@ void AllocateCrashKeyInBrowserAndChildren(std::string_
GetCommandLineStringAnnotations().emplace_back(std::string(key)).Set(value);
}
@@ -18,7 +18,7 @@
void AppendStringAnnotationsCommandLineSwitch(base::CommandLine* command_line) {
std::string string_annotations;
for (const auto& crash_key : GetCommandLineStringAnnotations()) {
-@@ -211,6 +214,7 @@ void AppendStringAnnotationsCommandLineSwitch(base::Co
+@@ -210,6 +213,7 @@ void AppendStringAnnotationsCommandLineSwitch(base::Co
}
command_line->AppendSwitchASCII(kStringAnnotationsSwitch, string_annotations);
}