mirror of
https://github.com/electron/electron.git
synced 2026-02-04 04:05:36 -05:00
Add notifications to UKM.xml.
https://chromium-review.googlesource.com/c/chromium/src/+/1071649
This commit is contained in:
@@ -130,4 +130,8 @@ int64_t PlatformNotificationService::ReadNextPersistentNotificationId(
|
||||
return 0;
|
||||
}
|
||||
|
||||
void PlatformNotificationService::RecordNotificationUkmEvent(
|
||||
content::BrowserContext* browser_context,
|
||||
const content::NotificationDatabaseData& data) {}
|
||||
|
||||
} // namespace atom
|
||||
|
||||
@@ -46,6 +46,9 @@ class PlatformNotificationService
|
||||
const DisplayedNotificationsCallback& callback) override;
|
||||
int64_t ReadNextPersistentNotificationId(
|
||||
content::BrowserContext* browser_context) override;
|
||||
void RecordNotificationUkmEvent(
|
||||
content::BrowserContext* browser_context,
|
||||
const content::NotificationDatabaseData& data) override;
|
||||
|
||||
private:
|
||||
AtomBrowserClient* browser_client_;
|
||||
|
||||
Reference in New Issue
Block a user