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

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

Issue 2214683002: [New CL] Add bookmark provider for content suggestions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bookmarks
Patch Set: Move the feature to components Created 4 years, 4 months 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
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 e40eb5a724d0a5e564752fe61d7a43acaa47a205..9b546d9ad53ffa0e977510fdf3d07fe4c810b738 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -36,6 +36,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kAllBookmarksFeature,
&kAndroidPayIntegrationV1,
&kImportantSitesInCBD,
+ &ntp_snippets::kBookmarkSuggestionsFeature,
Marc Treib 2016/08/04 13:57:14 I don't think this needs to be here? Does any Java
Philipp Keck 2016/08/04 14:43:42 Done.
&ntp_snippets::kContentSuggestionsFeature,
&kNTPFakeOmniboxTextFeature,
&kNTPMaterialDesign,

Powered by Google App Engine
This is Rietveld 408576698