diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_common_crash__keys.cc')
-rw-r--r-- | devel/electron33/files/patch-chrome_common_crash__keys.cc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/electron33/files/patch-chrome_common_crash__keys.cc b/devel/electron33/files/patch-chrome_common_crash__keys.cc deleted file mode 100644 index 8beeab83f201..000000000000 --- a/devel/electron33/files/patch-chrome_common_crash__keys.cc +++ /dev/null @@ -1,28 +0,0 @@ ---- chrome/common/crash_keys.cc.orig 2024-10-16 21:31:04 UTC -+++ chrome/common/crash_keys.cc -@@ -56,7 +56,9 @@ class CrashKeyWithName { - ~CrashKeyWithName() = delete; - - std::string_view Name() const { return name_; } -+#if BUILDFLAG(USE_CRASHPAD_ANNOTATION) - std::string_view Value() const { return crash_key_.value(); } -+#endif - void Clear() { crash_key_.Clear(); } - void Set(std::string_view value) { crash_key_.Set(value); } - -@@ -201,6 +203,7 @@ void AllocateCrashKeyInBrowserAndChildren(std::string_ - GetCommandLineStringAnnotations().emplace_back(std::string(key)).Set(value); - } - -+#if BUILDFLAG(USE_CRASHPAD_ANNOTATION) - void AppendStringAnnotationsCommandLineSwitch(base::CommandLine* command_line) { - std::string string_annotations; - for (const auto& crash_key : GetCommandLineStringAnnotations()) { -@@ -212,6 +215,7 @@ void AppendStringAnnotationsCommandLineSwitch(base::Co - } - command_line->AppendSwitchASCII(kStringAnnotationsSwitch, string_annotations); - } -+#endif - - void SetCrashKeysFromCommandLine(const base::CommandLine& command_line) { - SetStringAnnotations(command_line); |