Chromium Code Reviews
DescriptionSwitch Cookie to use ContentSettingException instead of CookieInfo on Android
We are about to start syncing cookie exceptions to Android. After that allowing
users to add exceptions or toggle existing exceptions will cause crashes. It is
because for now CookieInfo only support set settings for urls.
In this CL, CookieInfo is replaced with ContentSettingException, similar to
JavaScript, to support patterns. This will make sure that users can manually
add an exception and toggle it on Android.
BUG=598909
Committed: https://crrev.com/9c6944d530898d73c02325c0a5c03a257dd7f208
Cr-Commit-Position: refs/heads/master@{#389979}
Patch Set 1 #Patch Set 2 : remove unused methods #Patch Set 3 : rebase to fix patch failure #
Total comments: 12
Patch Set 4 : rebase #Patch Set 5 : address review comments #
Total comments: 4
Patch Set 6 : minor change #Patch Set 7 : rebase #
Total comments: 1
Patch Set 8 : one missing comments to be addressed #Messages
Total messages: 27 (10 generated)
|