tree: ce4ec9445382966ccce84b6498525df634d433fb [path history] [tgz]
  1. alert/
  2. chrome_coordinator/
  3. default_browser_promo/
  4. layout_guide/
  5. root_coordinator/
  6. scene/
  7. utils/
  8. DEPS
  9. README.md
ios/chrome/browser/shared/coordinator/README.md

Shared Coordinator folder

This folder only contains the code shared by the coordinators. It is here mostly to ease the DEPS rules: the coordinator code can depend on all code here.

Add code here only if it is likely to be shared by a significant number of coordinators (for example the main coordinator class, the command dispatcher...).