tree: c5881fb7f5a8ba956973e36eafd4e8aeb6a4613f [path history] [tgz]
  1. BUILD.gn
  2. closure_task.cc
  3. closure_task.h
  4. DEPS
  5. README.md
  6. sql_callback_task.cc
  7. sql_callback_task.h
  8. sql_store_base.cc
  9. sql_store_base.h
  10. task.cc
  11. task.h
  12. task_queue.cc
  13. task_queue.h
  14. task_queue_unittest.cc
  15. task_test_base.cc
  16. task_test_base.h
  17. task_unittest.cc
  18. test_task.cc
  19. test_task.h
  20. test_task_runner.cc
  21. test_task_runner.h
components/offline_pages/task/README.md

Task Queue subcomponent

This subdirectory maintains the classes and tests for the Offline Pages Task Queue, a general framework for sequencing work that may require multiple asynchronous calls before completing.

This is located in //components/offline_pages/task as a temporary location so that it can be shared with code in //chrome/browser/android/explore_sites without depending on all the other unrelated code in offline pages. The intention is that this code could be moved to a more general location and more broadly used in the rest of Chrome.