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

Unified Diff: components/ntp_tiles/field_trial.h

Issue 2484233002: Hard coded finch config for Popular site (Closed)
Patch Set: Adding a comment. Created 4 years, 1 month 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 | « components/ntp_tiles/BUILD.gn ('k') | components/ntp_tiles/field_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/field_trial.h
diff --git a/components/ntp_tiles/field_trial.h b/components/ntp_tiles/field_trial.h
new file mode 100644
index 0000000000000000000000000000000000000000..c54052e82d05526b938fa36efb3857f210bae050
--- /dev/null
+++ b/components/ntp_tiles/field_trial.h
@@ -0,0 +1,16 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef COMPONENTS_NTP_TILES_FIELD_TRIAL_H_
+#define COMPONENTS_NTP_TILES_FIELD_TRIAL_H_
+
+namespace ntp_tiles {
+
+void SetUpFirstLaunchFieldTrial(bool is_stable_channel);
+
+bool ShouldShowPopularSites();
+
+} // namespace ntp_tiles
+
+#endif // COMPONENTS_NTP_TILES_FIELD_TRIAL_H_
« no previous file with comments | « components/ntp_tiles/BUILD.gn ('k') | components/ntp_tiles/field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698