Index: chrome/browser/notifications/desktop_notification_profile_util.h |
diff --git a/chrome/browser/notifications/desktop_notification_profile_util.h b/chrome/browser/notifications/desktop_notification_profile_util.h |
index b36bbc46035676033686c0ea4b8c0c361ceaddb6..d477e6986d51ad635c5e2dfb1e00b8edb31dae7f 100644 |
--- a/chrome/browser/notifications/desktop_notification_profile_util.h |
+++ b/chrome/browser/notifications/desktop_notification_profile_util.h |
@@ -17,9 +17,8 @@ class DesktopNotificationProfileUtil { |
// NOTE: This should only be called on the UI thread. |
static void ResetToDefaultContentSetting(Profile* profile); |
- // Clears the notifications setting for the given pattern. |
- static void ClearSetting( |
- Profile* profile, const ContentSettingsPattern& pattern); |
+ // Clears the notifications setting for the given url. |
+ static void ClearSetting(Profile* profile, const GURL& origin); |
// Methods to setup and modify permission preferences. |
static void GrantPermission(Profile* profile, const GURL& origin); |