summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-14 22:19:16 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-14 22:19:16 +0000
commit5da3d369b8e035d095783329d3122aa04e621b06 (patch)
tree7c5d0f58af6d5e9416137ea9576e9eb0255e92e2 /chrome_frame
parentc89ba72867d0a3752ade2e9c4be849f473baa065 (diff)
downloadchromium_src-5da3d369b8e035d095783329d3122aa04e621b06.zip
chromium_src-5da3d369b8e035d095783329d3122aa04e621b06.tar.gz
chromium_src-5da3d369b8e035d095783329d3122aa04e621b06.tar.bz2
Delete the http_transaction_factory_ and http_auth_handler_factory_ pointers when the ChromeFrame request context is
destroyed. Bug=55467 Review URL: http://codereview.chromium.org/3393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/metrics_service.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome_frame/metrics_service.cc b/chrome_frame/metrics_service.cc
index 37bff5c..79ceace 100644
--- a/chrome_frame/metrics_service.cc
+++ b/chrome_frame/metrics_service.cc
@@ -106,6 +106,8 @@ class ChromeFrameUploadRequestContext : public URLRequestContext {
~ChromeFrameUploadRequestContext() {
DLOG(INFO) << __FUNCTION__;
+ delete http_transaction_factory_;
+ delete http_auth_handler_factory_;
}
void Initialize() {