| Index: chrome/browser/android/chrome_feature_list.cc
|
| diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
|
| index 8cbc9319c568a950000fd77cb2382132234c6e51..644dc408f43c65e2f4fd0018d70a56fa8c7691a0 100644
|
| --- a/chrome/browser/android/chrome_feature_list.cc
|
| +++ b/chrome/browser/android/chrome_feature_list.cc
|
| @@ -55,6 +55,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
|
| &kNTPSuggestionsStandaloneUIFeature,
|
| &kPhysicalWebFeature,
|
| &kPhysicalWebIgnoreOtherClientsFeature,
|
| + &kPhysicalWebSharing,
|
| &kSpecialLocaleFeature,
|
| &kSpecialLocaleWrapper,
|
| &kTabsInCBD,
|
| @@ -129,6 +130,10 @@ const base::Feature kPhysicalWebFeature{"PhysicalWeb",
|
| const base::Feature kPhysicalWebIgnoreOtherClientsFeature{
|
| "PhysicalWebIgnoreOtherClients", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +const base::Feature kPhysicalWebSharing{
|
| + "PhysicalWebSharing", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| +
|
| const base::Feature kSpecialLocaleFeature{"SpecialLocale",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
|
|