chore: bump chromium to 146.0.7633.0 (main) (#49390)

* chore: bump chromium in DEPS to 146.0.7633.0

* chore: fixup patch indices

* chore: fix unsafe buffer usage in browser_linux.cc

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
electron-roller[bot]
2026-01-15 10:52:42 -05:00
committed by GitHub
parent 27b3a32307
commit 6ea7d6d5a4
47 changed files with 182 additions and 182 deletions

View File

@@ -203,7 +203,7 @@ void Browser::ShowAboutPanel() {
GdkPixbuf* icon =
gdk_pixbuf_new_from_file_at_size(str->c_str(), width, height, &error);
if (error != nullptr) {
g_warning("%s", error->message);
LOG(INFO) << error->message;
g_clear_error(&error);
} else {
gtk_about_dialog_set_logo(dialog, icon);