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: components/ntp_tiles/constants.h

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
« no previous file with comments | « no previous file | components/ntp_tiles/constants.cc » ('j') | components/ntp_tiles/field_trial.cc » ('J')
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 8c50a99d7119e902255cbbec20dff66040755975..944269d96d7fa12b43252350c5830d374a3577fc 100644
--- a/components/ntp_tiles/constants.h
+++ b/components/ntp_tiles/constants.h
@@ -9,7 +9,9 @@ namespace ntp_tiles {
// Name of the field trial to configure PopularSites.
extern const char kPopularSitesFieldTrialName[];
+// Name of the param in the popular sites field trial to disable static content.
+extern const char kEnableBakedInSitesParamName[];
} // namespace ntp_tiles
-#endif
+#endif // COMPONENTS_NTP_TILES_CONSTANTS_H_
« no previous file with comments | « no previous file | components/ntp_tiles/constants.cc » ('j') | components/ntp_tiles/field_trial.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698