Commit 927af821 authored by Daniel Cheng's avatar Daniel Cheng Committed by Commit Bot

Use location builtins to back base::Location by default.

Bug: 974061
Change-Id: Ifb85f9981d7d4c03481c1f78bd753d434fb5938a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487692Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819093}
parent bce4baae
......@@ -48,12 +48,8 @@ declare_args() {
# file name) is saved.
enable_location_source = true
# Whether or not the FROM_HERE macro uses base::Location::Current(). This
# allows the implementation to be reverted if needed while validating its
# replacement base::Location::Current(). On by default in non-official builds
# for testing purposes.
# TODO(https://crbug.com/974061): remove this eventually.
from_here_uses_location_builtins = !is_official_build
# Whether or not the FROM_HERE macro uses base::Location::Current().
from_here_uses_location_builtins = true
# Unsafe developer build. Has developer-friendly features that may weaken or
# disable security measures like sandboxing or ASLR.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment