summaryrefslogtreecommitdiffstats
path: root/content/public/browser/browser_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/browser_context.cc')
-rw-r--r--content/public/browser/browser_context.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/content/public/browser/browser_context.cc b/content/public/browser/browser_context.cc
index c3f931e..b8f540f 100644
--- a/content/public/browser/browser_context.cc
+++ b/content/public/browser/browser_context.cc
@@ -4,20 +4,7 @@
#include "content/public/browser/browser_context.h"
-#include "base/logging.h"
-#include "content/public/browser/browser_thread.h"
-#include "content/public/browser/notification_details.h"
-#include "content/public/browser/notification_service.h"
-#include "content/public/browser/notification_source.h"
-#include "content/public/browser/notification_types.h"
-
namespace content {
-BrowserContext::~BrowserContext() {
- NotificationService::current()->Notify(
- content::NOTIFICATION_BROWSER_CONTEXT_DESTRUCTION,
- content::Source<BrowserContext>(this),
- content::NotificationService::NoDetails());
-}
} // namespace content