Commit 77ed09da authored by Hector Carmona's avatar Hector Carmona Committed by Commit Bot

Navi: Use a different synthetic trial name than the study.

Bug: 919140
Change-Id: Ifc5c680e5e48afd4b0f75d260cd6c277350d5d7b
Reviewed-on: https://chromium-review.googlesource.com/c/1396712Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Hector Carmona <hcarmona@chromium.org>
Cr-Commit-Position: refs/heads/master@{#620107}
parent 22310601
......@@ -67,7 +67,7 @@ bool IsNuxOnboardingEnabled(Profile* profile) {
// User will be tied to their original onboarding group, even after
// experiment ends.
ChromeMetricsServiceAccessor::RegisterSyntheticFieldTrial(
kNuxOnboardingStudyName, onboard_group);
"NaviOnboardingSynthetic", onboard_group);
return base::FeatureList::IsEnabled(nux::kNuxOnboardingFeature);
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment