mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: add missing content:: namespace for BrowserContext in PlatformNotificationService
This commit is contained in:
@@ -135,11 +135,11 @@ void PlatformNotificationService::RecordNotificationUkmEvent(
|
||||
const content::NotificationDatabaseData& data) {}
|
||||
|
||||
void PlatformNotificationService::ScheduleTrigger(
|
||||
BrowserContext* browser_context,
|
||||
content::BrowserContext* browser_context,
|
||||
base::Time timestamp) {}
|
||||
|
||||
base::Time PlatformNotificationService::ReadNextTriggerTimestamp(
|
||||
BrowserContext* browser_context) {
|
||||
content::BrowserContext* browser_context) {
|
||||
return base::Time::Max();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user