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

Unified Diff: chrome/browser/content_settings/host_content_settings_map.h

Issue 7655019: Migrate Obsolete NotificationsSettings and remove content_settings::NotificationsProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove include of deleted notifications_prefs_cache.h Created 9 years, 4 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/content_settings/host_content_settings_map.h
diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
index fcb566bcb59fd504f102c0f40b017c4fcdb2d627..cc7150a8edcc11c2810b1b09453a947586cbeced 100644
--- a/chrome/browser/content_settings/host_content_settings_map.h
+++ b/chrome/browser/content_settings/host_content_settings_map.h
@@ -42,6 +42,8 @@ class HostContentSettingsMap
public NotificationObserver,
public base::RefCountedThreadSafe<HostContentSettingsMap> {
public:
+ // TODO(markusheintz): I sold my soul to the devil on order to add this tuple.
+ // I really want my soul back, so I really will change this ASAP.
typedef Tuple4<ContentSettingsPattern,
ContentSettingsPattern,
ContentSetting,

Powered by Google App Engine
This is Rietveld 408576698