| Index: chrome/browser/notifications/desktop_notification_service.h
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h
|
| index 0c7407fb5db41d6b3090608f2117b3f3c4354794..8f1e167c2b3f8870ecfddd560bd7e93986a5fd4a 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.h
|
| +++ b/chrome/browser/notifications/desktop_notification_service.h
|
| @@ -61,7 +61,7 @@ class DesktopNotificationService : public PermissionContextBase
|
| const PermissionRequestID& request_id,
|
| const GURL& requesting_origin,
|
| bool user_gesture,
|
| - const base::Callback<void(bool)>& result_callback);
|
| + const BrowserPermissionCallback& result_callback);
|
|
|
| // Returns true if the notifier with |notifier_id| is allowed to send
|
| // notifications.
|
| @@ -93,7 +93,7 @@ class DesktopNotificationService : public PermissionContextBase
|
| // PermissionContextBase:
|
| void UpdateContentSetting(const GURL& requesting_origin,
|
| const GURL& embedder_origin,
|
| - bool allowed) override;
|
| + ContentSetting content_setting) override;
|
|
|
| // The profile which owns this object.
|
| Profile* profile_;
|
|
|