Chromium Code Reviews| 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 47457e55926155451f0cae5f83392a5966b33112..22764eb3eef30c9933a881129f55afc54345d431 100644 |
| --- a/chrome/browser/notifications/desktop_notification_service.h |
| +++ b/chrome/browser/notifications/desktop_notification_service.h |
| @@ -134,6 +134,12 @@ class DesktopNotificationService |
| const extensions::Extension* extension, |
| extensions::UninstallReason reason) OVERRIDE; |
| + // PermissionContextBase: |
| + virtual void UpdateContentSetting( |
|
Peter Beverloo
2014/09/23 15:58:47
nit: we should be able to format this code as:
vi
Miguel Garcia
2014/09/23 16:53:39
Done.
|
| + const GURL& requesting_origin, |
| + const GURL& embedder_origin, |
| + bool allowed) OVERRIDE; |
| + |
| // The profile which owns this object. |
| Profile* profile_; |