Chromium Code Reviews
DescriptionRemove HostContentSettingsMap::ContentTypeHasCompoundValue function
This CL removes HostContentSettingsMap::ContentTypeHasCompoundValue and changes
its callers to use ContentSettingsRegistry to check whether the type is a
content setting or website setting -- if it's a website setting it implies it
has a compound value. One callsite has also been changed to iterate over
ContentSettingsRegistry instead of WebsiteSettingsRegistry which removes the
need for the check (this required making ContentSettingsRegistry iterable).
BUG=526932
Committed: https://crrev.com/98ff54a4b68b4272c0e5cda62cc392c682dff65f
Cr-Commit-Position: refs/heads/master@{#351468}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #
Total comments: 6
Patch Set 6 : #Patch Set 7 : #Patch Set 8 : #Patch Set 9 : #
Total comments: 4
Patch Set 10 : #
Total comments: 3
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 35 (12 generated)
|