| 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 d0d5b720b0195080badce60f4c9a99caa0a8483c..13e3af3aeebdcfa723985adb5a248f5e5ec584eb 100644
|
| --- a/chrome/browser/android/chrome_feature_list.cc
|
| +++ b/chrome/browser/android/chrome_feature_list.cc
|
| @@ -33,6 +33,7 @@ namespace {
|
| const base::Feature* kFeaturesExposedToJava[] = {
|
| &autofill::kAutofillScanCardholderName,
|
| &features::kAutoplayMutedVideos,
|
| + &features::kConsistentOmniboxGeolocation,
|
| &features::kCredentialManagementAPI,
|
| &features::kSimplifiedFullscreenUI,
|
| &features::kVrShell,
|
| @@ -54,6 +55,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
|
| &kWebApks,
|
| &ntp_snippets::kContentSuggestionsFeature,
|
| &ntp_snippets::kIncreasedVisibility,
|
| + &ntp_snippets::kForeignSessionsSuggestionsFeature,
|
| &ntp_snippets::kOfflineBadgeFeature,
|
| &ntp_snippets::kSaveToOfflineFeature,
|
| &ntp_snippets::kSectionDismissalFeature,
|
|
|