| 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 44db12e45b0a2ee53ff076d1de20d206b417d051..3b986e76db916e74bca7859c53763b565f485b5d 100644
|
| --- a/chrome/browser/android/chrome_feature_list.cc
|
| +++ b/chrome/browser/android/chrome_feature_list.cc
|
| @@ -54,6 +54,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
|
| &kNTPOfflinePagesFeature,
|
| &kNTPSuggestionsStandaloneUIFeature,
|
| &kPhysicalWebFeature,
|
| + &kPhysicalWebSharing,
|
| &kSpecialLocaleFeature,
|
| &kSpecialLocaleWrapper,
|
| &kTabsInCBD,
|
| @@ -121,6 +122,9 @@ const base::Feature kNTPSuggestionsStandaloneUIFeature{
|
| const base::Feature kPhysicalWebFeature{"PhysicalWeb",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| +const base::Feature kPhysicalWebSharing{
|
| + "PhysicalWebSharing", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| const base::Feature kSpecialLocaleFeature{"SpecialLocale",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
|
|