The SQLitePersistentCookieStore should use a non-partial index on iOS.
I recently added the "transient" partial index to the SQLitePersistentCookieStore. iOS 8.1 and older doesn't have access to SQLite 3.8+, so it can't use partial indices. Instead, use a full index on SQLitePersistentCookieStore on iOS. BUG=478346 Review URL: https://codereview.chromium.org/1098883005 Cr-Commit-Position: refs/heads/master@{#327130}
Showing
Please register or sign in to comment