Commit 4311911c authored by Thomas Guilbert's avatar Thomas Guilbert Committed by Commit Bot

Add Cast device filtering feature

This feature will be used in downstream code to exclude certain devices
known to have issues with certain, limited casting scenarios. The
devices will be filtered based off of their model name.

Bug: 109926233
Change-Id: I4c9fee542fb72db532cc0a2563c45142bc84e961
Reviewed-on: https://chromium-review.googlesource.com/c/1258312Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Thomas Guilbert <tguilbert@chromium.org>
Cr-Commit-Position: refs/heads/master@{#596073}
parent 930cc1d5
......@@ -75,6 +75,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kAndroidPayIntegrationV2,
&kAndroidPaymentApps,
&kAutofillAssistant,
&kCastDeviceFilter,
&kCCTBackgroundTab,
&kCCTExternalLinkHandling,
&kCCTModule,
......@@ -201,6 +202,10 @@ const base::Feature kAutofillAssistant{"AutofillAssistant",
const base::Feature kBackgroundTaskComponentUpdate{
"BackgroundTaskComponentUpdate", base::FEATURE_DISABLED_BY_DEFAULT};
// Used in downstream code.
const base::Feature kCastDeviceFilter{"CastDeviceFilter",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kCCTBackgroundTab{"CCTBackgroundTab",
base::FEATURE_ENABLED_BY_DEFAULT};
......
......@@ -18,6 +18,7 @@ extern const base::Feature kAndroidPayIntegrationV2;
extern const base::Feature kAndroidPaymentApps;
extern const base::Feature kAutofillAssistant;
extern const base::Feature kBackgroundTaskComponentUpdate;
extern const base::Feature kCastDeviceFilter;
extern const base::Feature kCCTBackgroundTab;
extern const base::Feature kCCTExternalLinkHandling;
extern const base::Feature kCCTModule;
......
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