Enable BrowsingDataLifetimeManager by default on Android
Bug: 1343872 Change-Id: I075a5e81f86c1fb8ad7ece2c989c80a58e4064f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3784968 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by: Christian Dullweber <dullweber@chromium.org> Auto-Submit: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/main@{#1028739}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
c92eb306a4
commit
fde87b0fc6
@ -12,12 +12,7 @@ namespace features {
|
||||
const base::Feature kEnableRemovingAllThirdPartyCookies{
|
||||
"EnableRemovingAllThirdPartyCookies", base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
|
||||
#if BUILDFLAG(IS_ANDROID)
|
||||
const base::Feature kEnableBrowsingDataLifetimeManager{
|
||||
"BrowsingDataLifetimeManager", base::FEATURE_DISABLED_BY_DEFAULT};
|
||||
#else
|
||||
const base::Feature kEnableBrowsingDataLifetimeManager{
|
||||
"BrowsingDataLifetimeManager", base::FEATURE_ENABLED_BY_DEFAULT};
|
||||
#endif
|
||||
} // namespace features
|
||||
} // namespace browsing_data
|
||||
|
Reference in New Issue
Block a user