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/field_trial.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
Index: components/ntp_tiles/field_trial.h
diff --git a/components/ntp_tiles/field_trial.h b/components/ntp_tiles/field_trial.h
index 8915f699d3454b0034583d241968ac7dd34d7483..e32c6437279711f0ac60410eff091605b239781d 100644
--- a/components/ntp_tiles/field_trial.h
+++ b/components/ntp_tiles/field_trial.h
@@ -8,6 +8,7 @@
namespace ntp_tiles {
bool ShouldShowPopularSites();
+bool ShouldUseBakedInSites();
} // namespace ntp_tiles

Powered by Google App Engine
This is Rietveld 408576698