Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1676)

Unified Diff: chrome/browser/notifications/desktop_notification_profile_util.h

Issue 2020063003: Use GetPermissionStatus instead of DesktopNotificationProfileUtil::GetContentSetting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove embber param for notifications Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d477e6986d51ad635c5e2dfb1e00b8edb31dae7f..e2bd26e30e7c2d21374646be1647d9b547860b03 100644
--- a/chrome/browser/notifications/desktop_notification_profile_util.h
+++ b/chrome/browser/notifications/desktop_notification_profile_util.h
@@ -25,7 +25,6 @@ class DesktopNotificationProfileUtil {
static void DenyPermission(Profile* profile, const GURL& origin);
static void GetNotificationsSettings(
Profile* profile, ContentSettingsForOneType* settings);
- static ContentSetting GetContentSetting(Profile* profile, const GURL& origin);
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(DesktopNotificationProfileUtil);

Powered by Google App Engine
This is Rietveld 408576698