tree: 7aa3c6bda2bdf8ae32334e3de5c2c750493dd4a2 [path history] [tgz]
  1. BUILD.gn
  2. create_shortcut_for_current_web_contents_task.h
  3. DIR_METADATA
  4. document_icon_fetcher.cc
  5. document_icon_fetcher.h
  6. document_icon_fetcher_browsertest.cc
  7. fetch_icons_from_document_task.cc
  8. fetch_icons_from_document_task.h
  9. OWNERS
  10. platform_util_mac.h
  11. platform_util_mac.mm
  12. platform_util_mac_unittest.mm
  13. README.md
chrome/browser/shortcuts/README.md

Shortcuts

This folder implements the logic behind the Create Shortcut flow that is seen in the three dot menu in Chrome. This folder contains:

  • Core business logic behind downloading metadata from a site required to create a shortcut and icon manipulation techniques to badge icons.
  • Platform-specific implementations to integrate these shortcuts in the respective operating systems it is triggered on as well as ensuring that they work on Chrome. This is not used on ChromeOS.