Description[Android] Remove about:flags entry for low-end device mode
Release builds of Android use specialized code for loading shared libraries.
The code queries |isLowEndDevice()| before about:flags has propagated to the
process command-line, yielding inconsistent low-end device configurations
between processes. This can potentially lead to a state where all tabs are
blank, forcing the user to re-install Chrome. Remove the about:flags entry
until the query can be either deferred or removed entirely.
BUG=331931
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244252
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|