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

Unified Diff: components/ntp_snippets/features.h

Issue 2705373004: [Remote suggestions] Add a remote suggestions flag to choose the source (Closed)
Patch Set: Add the other flag Created 3 years, 10 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/about_flags.cc ('k') | components/ntp_snippets/features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/features.h
diff --git a/components/ntp_snippets/features.h b/components/ntp_snippets/features.h
index 3407dcc31ed13c541fddfd7151cfd55e82c2f0e7..c70e278e7df4b9477c4d16cf6698304ff0b73ab9 100644
--- a/components/ntp_snippets/features.h
+++ b/components/ntp_snippets/features.h
@@ -19,6 +19,7 @@ class Clock;
namespace ntp_snippets {
// Features to turn individual providers/categories on/off.
+// TODO(jkrcal): Rename to kRemoteSuggestionsFeature.
extern const base::Feature kArticleSuggestionsFeature;
extern const base::Feature kBookmarkSuggestionsFeature;
extern const base::Feature kRecentOfflineTabSuggestionsFeature;
@@ -32,11 +33,6 @@ extern const base::Feature kSaveToOfflineFeature;
// Feature to allow offline badges to appear on snippets.
extern const base::Feature kOfflineBadgeFeature;
-// Feature to allow specification of content suggestions source.
-// TODO(peconn): Figure out how to remove this, it is useful to specify the
-// source, but you shouldn't be able to disable it.
-extern const base::Feature kContentSuggestionsSource;
-
// Feature to allow UI as specified here: https://crbug.com/660837.
extern const base::Feature kIncreasedVisibility;
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | components/ntp_snippets/features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698