Enable kSystemNudgeV2 flag (go/anchored-nudges)

Enable the use of the new SystemNudgeView as it is already being used in
production, mainly by the VideoConference feature. [1]

Example nudges that use this new view are listed in the NudgeCatalogName
enum that exists in notifier_catalogs.h [2].

This view is stable ready and planned to be used by other feature teams, such as by the 10-in-7 in-product-help framework [3], focus mode [4], game dashboard, etc. so enabling the flag to allow its use is necessary.

[1] https://docs.google.com/presentation/d/1ZjTIsT3W72x99Tn5YlrqmDKlDGhzeaudgvtKUE0ArZk/edit?resourcekey=0-V_LGCie4s5JhRA2SQHWEfA#slide=id.g257d32fee0c_0_9

[2] https://source.chromium.org/chromium/chromium/src/+/main:ash/constants/notifier_catalogs.h;l=213-221;drc=9939fcf932f9b71bd271667e4dbca68a937ae74b

[3] https://docs.google.com/presentation/d/1_viSSXff0TQZL3oxji-5Snu6RcNzVHnttXlGWVZ4bi4/edit?resourcekey=0-pCy3Qc7PEyQclOTfBrxWhw#slide=id.g2521111800e_0_276

[4] https://docs.google.com/presentation/d/1PsG54G0nT6TzgqppEPmkSlYGs9ccBTMrvJrPPR69gT4/edit#slide=id.g27e29c8ce52_0_55

Bug: b:305257026
Change-Id: I3d06a5537fede3c23a2124a181ad90c57388ddf7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4950482
Reviewed-by: Alex Newcomer <newcomer@chromium.org>
Commit-Queue: Kevin Radtke <kradtke@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1211642}
1 file changed
tree: 447c091b59453a71dd9d3aac8ff8003d75a5b101
  1. android_webview/
  2. apps/
  3. ash/
  4. base/
  5. build/
  6. build_overrides/
  7. buildtools/
  8. cc/
  9. chrome/
  10. chromecast/
  11. chromeos/
  12. codelabs/
  13. components/
  14. content/
  15. courgette/
  16. crypto/
  17. dbus/
  18. device/
  19. docs/
  20. extensions/
  21. fuchsia_web/
  22. gin/
  23. google_apis/
  24. google_update/
  25. gpu/
  26. headless/
  27. infra/
  28. ios/
  29. ipc/
  30. media/
  31. mojo/
  32. native_client_sdk/
  33. net/
  34. pdf/
  35. ppapi/
  36. printing/
  37. remoting/
  38. rlz/
  39. sandbox/
  40. services/
  41. skia/
  42. sql/
  43. storage/
  44. styleguide/
  45. testing/
  46. third_party/
  47. tools/
  48. ui/
  49. url/
  50. webkit/
  51. .clang-format
  52. .clang-tidy
  53. .eslintrc.js
  54. .git-blame-ignore-revs
  55. .gitattributes
  56. .gitignore
  57. .gitmodules
  58. .gn
  59. .mailmap
  60. .rustfmt.toml
  61. .vpython3
  62. .yapfignore
  63. ATL_OWNERS
  64. AUTHORS
  65. BUILD.gn
  66. CODE_OF_CONDUCT.md
  67. codereview.settings
  68. DEPS
  69. DIR_METADATA
  70. LICENSE
  71. LICENSE.chromium_os
  72. OWNERS
  73. PRESUBMIT.py
  74. PRESUBMIT_test.py
  75. PRESUBMIT_test_mocks.py
  76. README.md
  77. WATCHLISTS
README.md

Logo Chromium

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

The project's web site is https://www.chromium.org.

To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.

Documentation in the source is rooted in docs/README.md.

Learn how to Get Around the Chromium Source Code Directory Structure .

For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.

If you found a bug, please file it at https://crbug.com/new.