diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 02:58:07 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 02:58:07 +0000 |
commit | a1e6ad0532c7537ee72bcdce23fe8a8932114b5e (patch) | |
tree | 31800c70679ae35080f3dde03c0a3c9af929caa9 /chrome/browser/notifications | |
parent | 99f8e0d06b19334c93fd15b9e74feedc8971fa37 (diff) | |
download | chromium_src-a1e6ad0532c7537ee72bcdce23fe8a8932114b5e.zip chromium_src-a1e6ad0532c7537ee72bcdce23fe8a8932114b5e.tar.gz chromium_src-a1e6ad0532c7537ee72bcdce23fe8a8932114b5e.tar.bz2 |
Remove ChromeURLRequestContext from content/.
Takes the last remaining uses and kills them, or moves them into ResourceContext.
Some of the additions to ResourceContext don't belong there either and will need to be removed.
BUG=77086,78596
TEST=none
Review URL: http://codereview.chromium.org/6880263
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications')
-rw-r--r-- | chrome/browser/notifications/desktop_notification_service.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc index bd68c39..bfd179d 100644 --- a/chrome/browser/notifications/desktop_notification_service.cc +++ b/chrome/browser/notifications/desktop_notification_service.cc @@ -8,6 +8,7 @@ #include "base/threading/thread.h" #include "base/utf_string_conversions.h" #include "chrome/browser/content_settings/content_settings_provider.h" +#include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/extensions/extension_service.h" #include "chrome/browser/notifications/desktop_notification_service_factory.h" #include "chrome/browser/notifications/notification.h" |