summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/desktop_notification_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/notifications/desktop_notification_service.h')
-rw-r--r--chrome/browser/notifications/desktop_notification_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h
index a6815da..d92d7e6 100644
--- a/chrome/browser/notifications/desktop_notification_service.h
+++ b/chrome/browser/notifications/desktop_notification_service.h
@@ -114,6 +114,8 @@ class DesktopNotificationService : public NotificationObserver {
static void RegisterUserPrefs(PrefService* user_prefs);
+ ContentSetting GetContentSetting(const GURL& origin);
+
private:
void InitPrefs();
void StartObserving();
@@ -130,8 +132,6 @@ class DesktopNotificationService : public NotificationObserver {
// itself when dealing with extensions.
string16 DisplayNameForOrigin(const GURL& origin);
- ContentSetting GetContentSetting(const GURL& origin);
-
// The profile which owns this object.
Profile* profile_;