DescriptionRemove last usage functions from HostContentSettingsMap
These functions are:
1) Unused and have been for over 1 year. There is no concerete plan to use them.
2) Aren't implemented in a very clean way, e.g.:
-There are 5 functions in HostContentSettingsMap for this functionality,
making the interface more complex. It's unclear whether this
functionality should even be in HostContentSettingsMap.
-There is special casing in SetContentSetting for each permission which
shouldn't be there.
I considered refactoring this code to support the scoping cleanup work, but
since it is not used this could just be wasted time. I would rather remove it
and when someone needs it they can add it back.
BUG=551747
Patch Set 1 #
Total comments: 2
Depends on Patchset: Messages
Total messages: 26 (9 generated)
|