tree: 65dc20c084fc84bbc61294c38ba08620d9c8355e [path history] [tgz]
  1. tutorial/
  2. active_tab_tracker.cc
  3. active_tab_tracker.h
  4. active_tab_tracker_unittest.cc
  5. browser_feature_promo_snooze_service.cc
  6. browser_feature_promo_snooze_service.h
  7. COMMON_METADATA
  8. DIR_METADATA
  9. feature_promo_controller.cc
  10. feature_promo_controller.h
  11. feature_promo_registry.cc
  12. feature_promo_registry.h
  13. feature_promo_snooze_service.cc
  14. feature_promo_snooze_service.h
  15. feature_promo_snooze_service_unittest.cc
  16. feature_promo_specification.cc
  17. feature_promo_specification.h
  18. help_bubble.cc
  19. help_bubble.h
  20. help_bubble_factory.h
  21. help_bubble_factory_registry.cc
  22. help_bubble_factory_registry.h
  23. help_bubble_factory_registry_unittest.cc
  24. help_bubble_params.cc
  25. help_bubble_params.h
  26. mock_feature_promo_controller.cc
  27. mock_feature_promo_controller.h
  28. OWNERS
  29. README.md
  30. reopen_tab_in_product_help.cc
  31. reopen_tab_in_product_help.h
  32. reopen_tab_in_product_help_factory.cc
  33. reopen_tab_in_product_help_factory.h
  34. reopen_tab_in_product_help_trigger.cc
  35. reopen_tab_in_product_help_trigger.h
  36. reopen_tab_in_product_help_trigger_unittest.cc
  37. reopen_tab_in_product_help_unittest.cc
  38. scoped_new_badge_tracker.cc
  39. scoped_new_badge_tracker.h
  40. test_help_bubble.cc
  41. test_help_bubble.h
  42. user_education_service.cc
  43. user_education_service.h
  44. user_education_service_factory.cc
  45. 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