Component that facilitates deduplication of similar urls based on a deduplication strategy for use in applications such as the most relevant tab resumption module.
There is a common interface to fulfill data fetching requirements:
DeduplicationStrategy Common interface that describes the strategy that will be used for deduplication.
URLStripHandler Interface that holds the methods that will be used in the deduplication helper.