0
Files
src/content/browser/shared_storage
Devon Loehr c0138d8d14 Stringify bools consistently
This changes instances of `b ? "true" : "false"` to use `base::ToString(b)`
instead. It's a followup to previous changes to address things that were missed
or regressed in the meantime.

This change applies to the following directories: content

This CL was uploaded by an experimental version of git cl split
(https://crbug.com/389069356).

R=creis@chromium.org

Bug: 335797528
Change-Id: I4d4ec7cd9e8c13d09c91637bca88de27bb637842
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6318187
Auto-Submit: Devon Loehr <dloehr@google.com>
Reviewed-by: Charlie Reis <creis@chromium.org>
Commit-Queue: Charlie Reis <creis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1427485}
2025-03-03 17:11:42 -08:00
..