From 9c63367c618e18867bb8d50cd79b8fdd267550e2 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Wed, 3 Apr 2024 19:22:29 -0500 Subject: [PATCH] add memorial --- patches/winxp-vista-support_thorium.patch | 2 +- src/chrome/app/chrome_main_delegate.cc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/patches/winxp-vista-support_thorium.patch b/patches/winxp-vista-support_thorium.patch index d91b1942..96c6a8b3 100644 --- a/patches/winxp-vista-support_thorium.patch +++ b/patches/winxp-vista-support_thorium.patch @@ -5,7 +5,7 @@ index 590f4c94f2067..7091f956b88b7 100644 @@ -1,21 +1,36 @@ -# ![Logo](chrome/app/theme/chromium/product_logo_64.png) Chromium +# Supermium + Thorium -+An up-to-date, compiler optimized Chromium-based web browser compatible with Windows Vista, 7 and 8.x. ++An up-to-date, compiler optimized Chromium-based web browser compatible with Windows XP, Vista, 7 and 8.x. -Chromium is an open-source browser project that aims to build a safer, faster, -and more stable way for all users to experience the web. diff --git a/src/chrome/app/chrome_main_delegate.cc b/src/chrome/app/chrome_main_delegate.cc index 9b2dd4d9..02d57163 100644 --- a/src/chrome/app/chrome_main_delegate.cc +++ b/src/chrome/app/chrome_main_delegate.cc @@ -741,6 +741,7 @@ void InitLogging(const std::string& process_type) { if (process_type.empty()) { LOG(WARNING) << "This is " << chrome::kBrandName << " version: " << chrome::kChromeVersion << " (not a warning)"; + LOG(WARNING) << "In Loving Memory of Linda Louise Frick: Grandma, Mother, and Sister."; } #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)