| 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,
|
|
|