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

Unified Diff: components/ntp_tiles/switches.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
« components/ntp_tiles/field_trial.cc ('K') | « components/ntp_tiles/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/switches.cc
diff --git a/components/ntp_tiles/switches.cc b/components/ntp_tiles/switches.cc
index 6a76ba144317adfe7c18aa59a96ed504660abcac..84784741d5b2c8e57274af529880896650ed57a8 100644
--- a/components/ntp_tiles/switches.cc
+++ b/components/ntp_tiles/switches.cc
@@ -18,5 +18,11 @@ const char kEnableNTPPopularSites[] = "enable-ntp-popular-sites";
// Disables showing popular sites on the NTP.
const char kDisableNTPPopularSites[] = "disable-ntp-popular-sites";
+// Enables showing baked-in popular sites and their icons on the NTP.
+const char kEnableNTPBakedInSites[] = "enable-ntp-baked-in-sites";
+
+// Disables showing baked-in popular sites and their icons on the NTP.
+const char kDisableNTPBakedInSites[] = "disable-ntp-baked-in-sites";
+
} // namespace switches
} // namespace ntp_tiles
« components/ntp_tiles/field_trial.cc ('K') | « components/ntp_tiles/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698