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

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

Issue 787193002: Move logic for displaying notifications to the ProfileNotificationServiceImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-total
Patch Set: tests Created 6 years 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 988d11e5c6f327adae6b20f54f7790de74aa334f..b36bbc46035676033686c0ea4b8c0c361ceaddb6 100644
--- a/chrome/browser/notifications/desktop_notification_profile_util.h
+++ b/chrome/browser/notifications/desktop_notification_profile_util.h
@@ -27,7 +27,6 @@ class DesktopNotificationProfileUtil {
static void GetNotificationsSettings(
Profile* profile, ContentSettingsForOneType* settings);
static ContentSetting GetContentSetting(Profile* profile, const GURL& origin);
- static void UsePermission(Profile* profile, const GURL& origin);
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(DesktopNotificationProfileUtil);

Powered by Google App Engine
This is Rietveld 408576698