[Spaces] Enable profile switch IPH by default
The feature was already enabled by default in Finch. Fixed: 1192486 Change-Id: I79d9da493de8fd0afc3532e50ee7621a6fe293d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2989011 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#900940}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
eb99fdd474
commit
47d85e8e6d
components/feature_engagement/public
testing/variations
@ -39,7 +39,7 @@ const base::Feature kIPHDesktopSnoozeFeature{"IPH_DesktopSnoozeFeature",
|
||||
const base::Feature kIPHDesktopPwaInstallFeature{
|
||||
"IPH_DesktopPwaInstall", base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
const base::Feature kIPHProfileSwitchFeature{"IPH_ProfileSwitch",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
base::FEATURE_ENABLED_BY_DEFAULT};
|
||||
#endif // defined(OS_WIN) || defined(OS_APPLE) || defined(OS_LINUX) ||
|
||||
// defined(OS_CHROMEOS)
|
||||
|
||||
|
@ -4296,29 +4296,6 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"IPH_ProfileSwitch": [
|
||||
{
|
||||
"platforms": [
|
||||
"linux",
|
||||
"mac",
|
||||
"windows"
|
||||
],
|
||||
"experiments": [
|
||||
{
|
||||
"name": "Enabled",
|
||||
"params": {
|
||||
"availability": "any",
|
||||
"event_trigger": "name:profile_switch_trigger;comparator:==0;window:360;storage:360",
|
||||
"event_used": "name:profile_menu_shown;comparator:==0;window:360;storage:360",
|
||||
"session_rate": "any"
|
||||
},
|
||||
"enable_features": [
|
||||
"IPH_ProfileSwitch"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"IdentifiabilityStudy": [
|
||||
{
|
||||
"platforms": [
|
||||
|
Reference in New Issue
Block a user