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

Unified Diff: chrome/browser/about_flags.cc

Issue 2831553003: List our features in ntp_snippets::kAllFeatures (Closed)
Patch Set: rebase Created 3 years, 8 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/chrome_feature_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 77959be0884d14a827f849c0d945f35cd1a38e97..6223b4d62a02b651ce45568752a0160233dcd570 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -28,7 +28,6 @@
#include "cc/base/switches.h"
#include "chrome/browser/experiments/memory_ablation_experiment.h"
#include "chrome/browser/flag_descriptions.h"
-#include "chrome/browser/ntp_snippets/ntp_snippets_features.h"
#include "chrome/browser/predictors/resource_prefetch_common.h"
#include "chrome/browser/prerender/prerender_field_trial.h"
#include "chrome/common/channel_info.h"
@@ -2227,9 +2226,9 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kEnableNtpSuggestionsNotificationsDescription,
kOsAndroid,
FEATURE_WITH_PARAMS_VALUE_TYPE(
- params::ntp_snippets::kNotificationsFeature,
+ ntp_snippets::kNotificationsFeature,
kContentSuggestionsNotificationsFeatureVariations,
- params::ntp_snippets::kNotificationsFeature.name)},
+ ntp_snippets::kNotificationsFeature.name)},
{"ntp-condensed-layout", flag_descriptions::kNtpCondensedLayoutName,
flag_descriptions::kNtpCondensedLayoutDescription, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kNTPCondensedLayoutFeature)},
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/chrome_feature_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698