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 a7a4ce2a7a6a78ba573febf14f85c5d5e98a756b..f8ed7697c022f38e6979970f7a174cb3605f3390 100644 |
| --- a/chrome/browser/notifications/desktop_notification_service.h |
| +++ b/chrome/browser/notifications/desktop_notification_service.h |
| @@ -93,6 +93,7 @@ class DesktopNotificationService : public NotificationObserver { |
| // been allowed or denied yet. |
| ContentSetting GetDefaultContentSetting(); |
| void SetDefaultContentSetting(ContentSetting setting); |
| + bool IsDefaultContentSettingManaged(); |
|
jochen (gone - plz use gerrit)
2010/11/30 15:32:49
can this be const?
markusheintz_
2010/11/30 15:45:43
Absolutely.
|
| // NOTE: This should only be called on the UI thread. |
| void ResetToDefaultContentSetting(); |