DescriptionFix for console error while selecting 'Keep local data only unitl you quit..' in cookies in content settings.
we was using 'cookies_session_only' as filter and while getting string value
for cookies we are passing cookiesSession from setContentFilterSettingsValue()
as we are fetching value and making its first character uppercase and concatenating with group
and passing this to get string via getString().
we are getting string value as undefined that causing console error.
Changes done so that proper value for cookiesSession will be fetched.
BUG=466976
Committed: https://crrev.com/5eacc0c1e940f17080abeea357e600ed071e3b16
Cr-Commit-Position: refs/heads/master@{#321750}
Patch Set 1 #
Messages
Total messages: 12 (3 generated)
|