Commit 2cea560e authored by Sophie Chang's avatar Sophie Chang Committed by Commit Bot

Enable OptimizationGuideKeyedService by default

Bug: 969558
Change-Id: I8e2f766a02b53c5730dc09696f74e7a9b37e2552
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907205Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Reviewed-by: default avatarDoug Arnett <dougarnett@chromium.org>
Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Sophie Chang <sophiechang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715706}
parent f8dfdcbd
...@@ -57,7 +57,13 @@ const base::Feature kOptimizationHintsFetchingAnonymousDataConsent{ ...@@ -57,7 +57,13 @@ const base::Feature kOptimizationHintsFetchingAnonymousDataConsent{
// Enables the initialization of the Optimization Guide Keyed Service. // Enables the initialization of the Optimization Guide Keyed Service.
const base::Feature kOptimizationGuideKeyedService{ const base::Feature kOptimizationGuideKeyedService{
"OptimizationGuideKeyedService", base::FEATURE_DISABLED_BY_DEFAULT}; "OptimizationGuideKeyedService",
#if defined(OS_ANDROID)
base::FEATURE_ENABLED_BY_DEFAULT
#else // !defined(OS_ANDROID)
base::FEATURE_DISABLED_BY_DEFAULT
#endif // defined(OS_ANDROID)
};
// Enables the prediction of optimization targets. // Enables the prediction of optimization targets.
const base::Feature kOptimizationTargetPrediction{ const base::Feature kOptimizationTargetPrediction{
......
...@@ -4125,21 +4125,6 @@ ...@@ -4125,21 +4125,6 @@
] ]
} }
], ],
"OptimizationGuideKeyedService": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled_20190904",
"enable_features": [
"OptimizationGuideKeyedService"
]
}
]
}
],
"OutOfBlinkCors": [ "OutOfBlinkCors": [
{ {
"platforms": [ "platforms": [
......
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