tree: 3db1fdda22909b9c2ff018f593a3223f571c1bba [path history] [tgz]
  1. BUILD.gn
  2. deduplication_strategy.cc
  3. deduplication_strategy.h
  4. DEPS
  5. docs_url_strip_handler.cc
  6. docs_url_strip_handler.h
  7. docs_url_strip_handler_unittest.cc
  8. OWNERS
  9. README.md
  10. url_deduplication_helper.cc
  11. url_deduplication_helper.h
  12. url_deduplication_helper_unittest.cc
  13. url_strip_handler.h
components/url_deduplication/README.md

URL Deduplication Component

Component that facilitates deduplication of similar urls based on a deduplication strategy for use in applications such as the most relevant tab resumption module.

URL Deduplication services

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.