Commit 5e619aeb authored by Mathieu Perreault's avatar Mathieu Perreault Committed by Commit Bot

[Variations] Add a comment for the FEATURE_WITH_PARAMS_VALUE_TYPE

The macro does not work on Chrome OS.

Bug: 805766
Change-Id: I503f095b2fb80032102782cb3e4ce5cffe4a2795
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762308Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#688633}
parent 7832690c
...@@ -72,6 +72,8 @@ struct FeatureEntry { ...@@ -72,6 +72,8 @@ struct FeatureEntry {
// passed from the server in a trial config). When set to Enabled, the // passed from the server in a trial config). When set to Enabled, the
// feature is overriden to be enabled and empty set of parameters is used // feature is overriden to be enabled and empty set of parameters is used
// boiling down to the default behavior in the code. // boiling down to the default behavior in the code.
// TODO(crbug.com/805766): The resulting chrome://flags entries will not work on Chrome OS
// devices (but will work in the CrOS-emulated build on Linux).
FEATURE_WITH_PARAMS_VALUE, FEATURE_WITH_PARAMS_VALUE,
// Corresponds to a command line switch where the value is treatead as a // Corresponds to a command line switch where the value is treatead as a
......
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