commit | e4afc5416cfed638360616e83afccde7030082bb | [log] [tgz] |
---|---|---|
author | Benjamin Williams <bwwilliams@google.com> | Mon Aug 26 18:14:16 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 26 18:14:16 2024 |
tree | 7fffbbc218a43f32113fda5848282cd68fb628d8 | |
parent | 5906f2dcd9461b4d5c849b10297179389717bb9b [diff] |
[iOS] Add IsPermitted() to SafetyCheckNotificationClient This CL introduces a new method, IsPermitted(), to SafetyCheckNotificationClient to allow clients to check if they are permitted to schedule push notifications. This method will be used to prevent clients from attempting to schedule notifications when they are not allowed to. Change-Id: Ib7275ffb245e4f44eb38a72d7c7c83a0340a5928 Fixed: 362264075 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5812928 Commit-Queue: Benjamin Williams <bwwilliams@google.com> Reviewed-by: Scott Yoder <scottyoder@google.com> Auto-Submit: Benjamin Williams <bwwilliams@google.com> Commit-Queue: Scott Yoder <scottyoder@google.com> Cr-Commit-Position: refs/heads/main@{#1346849}
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.