chore: add missing content:: namespace for BrowserContext in PlatformNotificationService
This commit is contained in:
parent
7382c519c9
commit
158e41e578
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue