Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2637)

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/compositor/layer/contextual_search_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/compositor/layer/contextual_search_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698