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

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

Issue 339077: Need to load the permissions lists every time at startup for notifications.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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/notifications_prefs_cache.h
===================================================================
--- chrome/browser/notifications/notifications_prefs_cache.h (revision 30470)
+++ chrome/browser/notifications/notifications_prefs_cache.h (working copy)
@@ -19,7 +19,7 @@
class NotificationsPrefsCache :
public base::RefCountedThreadSafe<NotificationsPrefsCache> {
public:
- NotificationsPrefsCache(ListValue* allowed, ListValue* denied);
+ NotificationsPrefsCache(const ListValue* allowed, const ListValue* denied);
// Checks to see if a given origin has permission to create desktop
// notifications. Returns a constant from WebNotificationPresenter

Powered by Google App Engine
This is Rietveld 408576698