0
Files
src/content/browser
Andrew Paseltiner 00e78b454c Avoid transient std::string construction when deserializing GURL from database
GURL lacks a single-argument constructor accepting a std::string;
rather, it accepts a std::string_view, so there is no need to create a
temporary string; sql::Statement::ColumnStringView can be used instead.

Bug: 403218784
Change-Id: I899cee54e4eb35ff6efaedb18152cdacf9d308a0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6351720
Owners-Override: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Andrew Paseltiner <apaseltiner@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1432241}
2025-03-13 11:07:51 -07:00
..
2025-02-18 23:29:40 -08:00
2025-02-27 06:48:54 -08:00
2025-02-18 23:29:40 -08:00
2025-03-13 08:36:19 -07:00
2025-03-13 08:36:19 -07:00
2025-03-13 08:36:19 -07:00

This directory contains the core code needed for the browser process of a multi-process sandboxed browser.