tree: 1bd28a0c38906735dc29072f99ca3b1e6c071c6f [path history] [tgz]
  1. chrome_utils/
  2. cleaner/
  3. components/
  4. constants/
  5. crash/
  6. engines/
  7. http/
  8. interfaces/
  9. ipc/
  10. json_parser/
  11. logging/
  12. os/
  13. proto/
  14. pup_data/
  15. scanner/
  16. settings/
  17. strings/
  18. test/
  19. tools/
  20. ui/
  21. zip_archiver/
  22. BUILD.gn
  23. chrome_cleaner_args.gni
  24. DEPS
  25. OWNERS
  26. README.md
chrome/chrome_cleaner/README.md

Chrome Cleanup Tool

This directory contains the source code for the Chrome Cleanup Tool, a standalone application distributed to Chrome users to find and remove Unwanted Software (UwS).

Integration with Chrome

The application is distributed in two versions:

  1. A Chrome component named the Software Reporter that finds UwS but does not have the ability to delete anything.
  2. A separate download named Chrome Cleanup Tool that both finds and removes UwS.

The Software Reporter runs in the background and, if it finds UwS that can be removed, reports this to Chrome. Chrome then downloads the full Cleanup Tool and shows a prompt on the settings page asking the user for permission to remove the UwS.

This directory contains the source for both.

Code in Chromium that deals with the Software Reporter Tool and Chrome Cleanup Tool includes:

Status

Incomplete: the source code for the Software Reporter and Chrome Cleanup Tool are currently being moved from a Google internal repository into this directory.

Contact

csharp@chromium.org joenotcharles@chromium.org