Commit 8aae6fd6 authored by Bartek Nowierski's avatar Bartek Nowierski Committed by Commit Bot

Fix a field and add more to manual-fields-to-ignore.txt

Bug: 1069567
Change-Id: Iac44df673687b04805cbe398d29d5652ca060938
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291564Reviewed-by: default avatarŁukasz Anforowicz <lukasza@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Bartek Nowierski <bartekn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#787584}
parent 4a2a896b
...@@ -14,10 +14,11 @@ base::CheckedContiguousIterator::current_ ...@@ -14,10 +14,11 @@ base::CheckedContiguousIterator::current_
base::CheckedContiguousIterator::end_ base::CheckedContiguousIterator::end_
base::CheckedContiguousIterator::start_ base::CheckedContiguousIterator::start_
base::CheckedContiguousRange::container_ base::CheckedContiguousRange::container_
base::FeatureParam<base::TimeDelta, false>::feature
base::FeatureParam<bool, false>::feature base::FeatureParam<bool, false>::feature
base::FeatureParam<double, false>::feature base::FeatureParam<double, false>::feature
base::FeatureParam<int, false>::feature base::FeatureParam<int, false>::feature
base::FeatureParam<std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char>>, false>::feature base::FeatureParam<std::__1::basic_string<char>, false>::feature
base::FeatureParam<type-parameter-0-0, true>::feature base::FeatureParam<type-parameter-0-0, true>::feature
base::FeatureParam<type-parameter-0-0, true>::options base::FeatureParam<type-parameter-0-0, true>::options
base::span::data_ base::span::data_
...@@ -154,6 +155,9 @@ device::BluetoothDevice::adapter_ ...@@ -154,6 +155,9 @@ device::BluetoothDevice::adapter_
vr::LocationBarState::vector_icon vr::LocationBarState::vector_icon
vr::OmniboxSuggestion::icon vr::OmniboxSuggestion::icon
# Populated manually - other compile-time reasons
logging::CheckOpResult::message_ # cyclic #include
# Populated manually - these pointers are assigned invalid address (with top # Populated manually - these pointers are assigned invalid address (with top
# bits sets), which CheckedPtr is unable to handle, leading to run-time crashes. # bits sets), which CheckedPtr is unable to handle, leading to run-time crashes.
(anonymous namespace)::TlsVectorEntry::data (anonymous namespace)::TlsVectorEntry::data
......
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