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

Unified Diff: components/ntp_tiles/constants.h

Issue 2920773002: Enable Home Page tile by default for Chrome Home. (Closed)
Patch Set: Remove feature constant completely Created 3 years, 7 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 | « no previous file | components/ntp_tiles/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/constants.h
diff --git a/components/ntp_tiles/constants.h b/components/ntp_tiles/constants.h
index 6619450363bf2d3889359580acb7f1ad7419d9d2..4af8d54413b2e12ed1a447c94c22869a8d107441 100644
--- a/components/ntp_tiles/constants.h
+++ b/components/ntp_tiles/constants.h
@@ -23,9 +23,6 @@ extern const base::Feature kPopularSitesBakedInContentFeature;
// Likely tiles on the New Tab Page.
extern const base::Feature kNtpMostLikelyFaviconsFromServerFeature;
-// Feature to pin any set home page as first tile.
-extern const base::Feature kPinHomePageAsTileFeature;
-
// Use this to find out whether the kNtpMostLikelyFaviconsFromServerFeature is
// enabled. This helper function abstracts iOS special way to override the
// feature (via command-line params).
« no previous file with comments | « no previous file | components/ntp_tiles/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698