DescriptionFix strict mode violation on document mode initialization.
Loading shared prefs requires an async disk access. If it
doesn't finish in time, it can cause the UI thread to block,
violating strict mode. This patch pre-loads the document-mode
shared prefs, as we already do for the main Chrome default
shared prefs, to ensure that it's ready before we need it.
BUG=543201
Committed: https://crrev.com/f70d99783581291fcac5c603c7862d360caa7b3d
Cr-Commit-Position: refs/heads/master@{#362031}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 15 (7 generated)
|