DescriptionAvoid changing enabled features while the browser is already running.
Changing enabled features while the browser is already running is
inherently racey - the race is between the thread that changes the
features (e.g. by test calling one of
base::test::ScopedFeatureList::Init... methods on the main thread) and
the thread that tries to read currently enabled features (e.g. by
product code trying to see on the IO thread which features are enabled).
BUG=722409
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 5 (5 generated)
|