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

Unified Diff: components/ntp_tiles/switches.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/switches.h
diff --git a/components/ntp_tiles/switches.h b/components/ntp_tiles/switches.h
index 2405e7d185a7732e5b85f1bd6c8b9aade340e61b..81e390d78cd6c2d1883b53576707b01f7b2e600c 100644
--- a/components/ntp_tiles/switches.h
+++ b/components/ntp_tiles/switches.h
@@ -13,6 +13,8 @@ extern const char kEnableNTPSearchEngineCountryDetection[];
extern const char kEnableNTPPopularSites[];
extern const char kDisableNTPPopularSites[];
+extern const char kEnableNTPBakedInSites[];
+extern const char kDisableNTPBakedInSites[];
} // namespace switches
} // namespace ntp_tiles

Powered by Google App Engine
This is Rietveld 408576698