fix: base::DictionaryValue
usage in APNS notifs (#34897)
This commit is contained in:
parent
afd08c9450
commit
62aeb74d7c
3 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ void PushNotifications::UnregisterForAPNSNotifications() {
|
|||
}
|
||||
|
||||
void PushNotifications::OnDidReceiveAPNSNotification(
|
||||
const base::DictionaryValue& user_info) {
|
||||
const base::Value::Dict& user_info) {
|
||||
Emit("received-apns-notification", user_info);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue