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

Unified Diff: components/ntp_tiles/constants.cc

Issue 2741413008: Introduce flag to disable static popular sites. (Closed)
Patch Set: Use param instead of new trial Created 3 years, 9 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: components/ntp_tiles/constants.cc
diff --git a/components/ntp_tiles/constants.cc b/components/ntp_tiles/constants.cc
index 7e3d84f9de1398164b40a2015429e9130865ce5f..789403e349b39440a3f14d76101fd60fd1a4ca8c 100644
--- a/components/ntp_tiles/constants.cc
+++ b/components/ntp_tiles/constants.cc
@@ -7,5 +7,6 @@
namespace ntp_tiles {
const char kPopularSitesFieldTrialName[] = "NTPPopularSites";
+const char kEnableBakedInSitesParamName[] = "enable_static";
} // namespace ntp_tiles

Powered by Google App Engine
This is Rietveld 408576698