[TTS] Switch Finch usage from params to features |
||
Issue descriptionWe use finch params to control specific features in Contextual Search, but now there's a better mechanism that can be used: enable_features. The Features support command-line flags and also chrome://flags. More at https://g3doc.corp.google.com/analysis/uma/g3doc/finch/feature-api.md?cl=head From Java we can just use ChromeFeatureList.isEnabled(FEATURE_NAME). We should do this for the next feature for CS, so targeting M54.
,
Oct 26 2016
I think we should use Features for new items, but leave the old controls as params. The above CL shows an example of using Finch Features. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 26 2016