Enable kProcessReuseOnPrerenderCOOPSwap on Desktop by default
Corresponding cl: cl/684171519 Bug: 41492112 Change-Id: I6a2b85647b3b273c12c76de143a5c63792f5eb6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5920294 Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Taiyo Mizuhashi <taiyo@chromium.org> Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/main@{#1369855}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
cfd26082fe
commit
c010fa45f2
@ -432,11 +432,16 @@ BASE_FEATURE(kSendBeaconThrowForBlobWithNonSimpleType,
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
|
||||
// When enabled, try to reuse an unlocked renderer process when COOP swap is
|
||||
// happening on prerender initial navigation. Please see crbug.com/1519131 for
|
||||
// happening on prerender initial navigation. Please see crbug.com/41492112 for
|
||||
// more details.
|
||||
BASE_FEATURE(kProcessReuseOnPrerenderCOOPSwap,
|
||||
"ProcessReuseOnPrerenderCOOPSwap",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
#if BUILDFLAG(IS_ANDROID)
|
||||
base::FEATURE_DISABLED_BY_DEFAULT
|
||||
#else
|
||||
base::FEATURE_ENABLED_BY_DEFAULT
|
||||
#endif
|
||||
);
|
||||
|
||||
// Enables process sharing for sites that do not require a dedicated process
|
||||
// by using a default SiteInstance. Default SiteInstances will only be used
|
||||
|
Reference in New Issue
Block a user