DescriptionThe 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
Committed: https://crrev.com/4417ab30e74fa234a5cc0623ef7d13bc609802fc
Cr-Commit-Position: refs/heads/master@{#327130}
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : Comments from rohitrao. #
Total comments: 4
Patch Set 4 : Comments from rohit round two. #Messages
Total messages: 16 (4 generated)
|