DescriptionRemove kInstantProcess from renderer ContentSettingsObserver
The kInstantProcess flag was used to check if the current frame belongs to instant and should be whitelisted. This would cause layering troubles once ContentSettingsObserver is componentised.
Instead, this CL moves the check back to the construction of the observer, in ChromeContentRendererClient, and only records the Boolean flag for whitelisting in the observer.
BUG=384874
Committed: https://crrev.com/f0e8e830f238eefdf702a481308ce9661cda7b75
Cr-Commit-Position: refs/heads/master@{#308106}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Comments addressed #
Messages
Total messages: 8 (2 generated)
|