tree: 478d0211187cbad4e25d61a596c87a8b89fa09e6 [path history] [tgz]
  1. active_tab_tracker.cc
  2. active_tab_tracker.h
  3. active_tab_tracker_unittest.cc
  4. browser_feature_promo_snooze_service.cc
  5. browser_feature_promo_snooze_service.h
  6. browser_feature_promo_snooze_service_unittest.cc
  7. browser_tutorial_service.cc
  8. browser_tutorial_service.h
  9. COMMON_METADATA
  10. DIR_METADATA
  11. OWNERS
  12. README.md
  13. reopen_tab_in_product_help.cc
  14. reopen_tab_in_product_help.h
  15. reopen_tab_in_product_help_factory.cc
  16. reopen_tab_in_product_help_factory.h
  17. reopen_tab_in_product_help_trigger.cc
  18. reopen_tab_in_product_help_trigger.h
  19. reopen_tab_in_product_help_trigger_unittest.cc
  20. reopen_tab_in_product_help_unittest.cc
  21. scoped_new_badge_tracker.cc
  22. scoped_new_badge_tracker.h
  23. user_education_service.cc
  24. user_education_service.h
  25. user_education_service_factory.cc
  26. user_education_service_factory.h
chrome/browser/ui/user_education/README.md

Desktop User Education

This directory contains code related to user education efforts on desktop. Also see //chrome/browser/ui/views/user_education

Active projects:

  • In-product help (IPH): help dialogs offered by Chrome suggesting useful features. These are triggered automatically based on user behavior and give a short value statement and directions to use the feature
  • New badge: pop-out label applied to new features' entry points to make them more obvious
  • Tutorials: step-by-step guided walkthroughs of features. User-initiated and more thorough than single-step IPH promotions

TODO(https://crbug.com/1132335): add overview and thorough instructions on how to apply user education to features