Commit c0f9ba45 authored by Fergal Daly's avatar Fergal Daly Committed by Commit Bot

Allow use of various field trial param functions in blink/renderer.

Change-Id: I0a9f90bcbb69cc6dd512ba6cb728ae285878e3b2
Reviewed-on: https://chromium-review.googlesource.com/1156336Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579371}
parent bef4d94c
......@@ -12,6 +12,7 @@ include_rules = [
"+base/memory/ptr_util.h",
"+base/memory/weak_ptr.h",
"+base/metrics/histogram_macros.h",
"+base/metrics/field_trial_params.h",
"+base/numerics/checked_math.h",
"+base/numerics/safe_conversions.h",
"+base/optional.h",
......
......@@ -77,6 +77,12 @@ _CONFIG = [
# //base/memory/ptr_util.h.
'base::WrapUnique',
# //base/metrics/field_trial_params.h.
'base::GetFieldTrialParamValueByFeature',
'base::GetFieldTrialParamByFeatureAsBool',
'base::GetFieldTrialParamByFeatureAsDouble',
'base::GetFieldTrialParamByFeatureAsInt',
# //base/numerics/safe_conversions.h.
'base::as_signed',
'base::as_unsigned',
......
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