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

Unified Diff: chrome/browser/about_flags.cc

Issue 2831553003: List our features in ntp_snippets::kAllFeatures (Closed)
Patch Set: 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 834e0e99fac9137b2d5881dd3e3e48c899595b93..1ff89944b708eca70b83d859b02b6ba4bb1d5429 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"
@@ -2220,9 +2219,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)},

Powered by Google App Engine
This is Rietveld 408576698