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). |