Commit fbec4cda authored by Yao Xiao's avatar Yao Xiao Committed by Commit Bot

Fix mismatching orderings in client hint WebFeature mapping

Bug: 1076933
Change-Id: I576a7640e3fa7720122da19e298e336fb0b3a599
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305036
Commit-Queue: Yao Xiao <yaoxia@chromium.org>
Reviewed-by: default avatarMike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790497}
parent eab29100
...@@ -27,10 +27,10 @@ static constexpr WebFeature kWebFeatureMapping[] = { ...@@ -27,10 +27,10 @@ static constexpr WebFeature kWebFeatureMapping[] = {
WebFeature::kClientHintsUA, WebFeature::kClientHintsUA,
WebFeature::kClientHintsUAArch, WebFeature::kClientHintsUAArch,
WebFeature::kClientHintsUAPlatform, WebFeature::kClientHintsUAPlatform,
WebFeature::kClientHintsUAPlatformVersion,
WebFeature::kClientHintsUAModel, WebFeature::kClientHintsUAModel,
WebFeature::kClientHintsUAMobile, WebFeature::kClientHintsUAMobile,
WebFeature::kClientHintsUAFullVersion, WebFeature::kClientHintsUAFullVersion,
WebFeature::kClientHintsUAPlatformVersion,
}; };
static_assert(static_cast<int>(network::mojom::WebClientHintsType::kMaxValue) + static_assert(static_cast<int>(network::mojom::WebClientHintsType::kMaxValue) +
......
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