Disable the new delayed load strategy for PersistentCookieStore.
I recently introduced a change which caused SQLitePersistentCookieStore to load the cookies for one eTLD every 200ms, instead of every 0ms. That change appeared to cause a hang during shutdown. This CL changes the delay from 200ms back to 0ms while I investigate the hang. BUG=436152, 448910 Review URL: https://codereview.chromium.org/844533005 Cr-Commit-Position: refs/heads/master@{#312903}
Showing
Please register or sign in to comment