Commit e6beeebb authored by Collin Baker's avatar Collin Baker Committed by Commit Bot

Fix fieldtrial_testing_config.json entry for reopen tab IPH

The enable_features array was missing in my last CL.

Bug: 887991
Change-Id: Ie69d9189a3255e93ee0fb41b24bc54db9b3d670a
Reviewed-on: https://chromium-review.googlesource.com/c/1489108Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635684}
parent 7addf158
...@@ -4076,7 +4076,10 @@ ...@@ -4076,7 +4076,10 @@
"session_rate": "==0", "session_rate": "==0",
"x_new_tab_opened_timeout": "5", "x_new_tab_opened_timeout": "5",
"x_tab_minimum_active_duration": "60" "x_tab_minimum_active_duration": "60"
} },
"enable_features": [
"IPH_ReopenTab"
]
} }
] ]
} }
......
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