| Index: content/browser/notifications/platform_notification_context_impl.cc
|
| diff --git a/content/browser/notifications/platform_notification_context_impl.cc b/content/browser/notifications/platform_notification_context_impl.cc
|
| index 0fd4ed5c09125037c75c9a2453559f365e266fb7..8ef474c619dccc40b4cef826bda96630b8e02806 100644
|
| --- a/content/browser/notifications/platform_notification_context_impl.cc
|
| +++ b/content/browser/notifications/platform_notification_context_impl.cc
|
| @@ -126,7 +126,8 @@ void PlatformNotificationContextImpl::ShutdownOnIO() {
|
|
|
| void PlatformNotificationContextImpl::CreateService(
|
| int render_process_id,
|
| - mojo::InterfaceRequest<blink::mojom::NotificationService> request) {
|
| + const service_manager::BindSourceInfo& source_info,
|
| + blink::mojom::NotificationServiceRequest request) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| BrowserThread::PostTask(
|
| BrowserThread::IO, FROM_HERE,
|
|
|