tree: 9193d94d2e09dd943a203b1f87006be7e53b80db [path history] [tgz]
  1. impl/
  2. autofill_help_bubble_factory.cc
  3. autofill_help_bubble_factory.h
  4. browser_help_bubble.cc
  5. browser_help_bubble.h
  6. browser_help_bubble_browsertest.cc
  7. browser_help_bubble_event_relay.cc
  8. browser_help_bubble_event_relay.h
  9. browser_help_bubble_event_relay_mac.mm
  10. browser_ntp_promos.cc
  11. browser_ntp_promos.h
  12. browser_ntp_promos_unittest.cc
  13. browser_user_education_service.cc
  14. browser_user_education_service.h
  15. browser_user_education_service_browsertest.cc
  16. browser_user_education_service_interactive_uitest.cc
  17. browser_user_education_service_unittest.cc
  18. BUILD.gn
  19. custom_webui_help_bubble.cc
  20. custom_webui_help_bubble.h
  21. custom_webui_help_bubble_controller.cc
  22. custom_webui_help_bubble_controller.h
  23. custom_webui_help_bubble_interactive_uitest.cc
  24. DIR_METADATA
  25. feature_promo_dialog_interactive_uitest.cc
  26. feature_promo_lifecycle_interactive_uitest.cc
  27. help_bubble_factory_registry_interactive_uitest.cc
  28. help_bubble_factory_views_browsertest.cc
  29. help_bubble_factory_views_interactive_uitest.cc
  30. help_bubble_factory_webui_interactive_uitest.cc
  31. help_bubble_handler_interactive_uitest.cc
  32. help_bubble_view_interactive_uitest.cc
  33. help_bubble_view_timeout_unittest.cc
  34. OWNERS
  35. product_messaging_controller_interactive_uitest.cc
  36. README.md
  37. recent_session_observer_impl_browsertest.cc
  38. tutorial_interactive_uitest.cc
  39. views_tutorial_unittest.cc
chrome/browser/ui/views/user_education/README.md

Chrome User Education Implementation (Views)

Views-specific user education code for Chrome Browser. Additional implementation can be found at //chrome/browser/ui/user_education.

For instructions on how to add User Education for your own features, go here.