summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_thread.h
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-27 23:37:42 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-27 23:37:42 +0000
commitb8d79c24469cbecf463fed07ae423a317e57dfe0 (patch)
tree84ad17568dc7581e56b7649e5878f1a828bf2213 /content/browser/browser_thread.h
parent89a8dadf68ae9496295d345dc7a892302496d2e4 (diff)
downloadchromium_src-b8d79c24469cbecf463fed07ae423a317e57dfe0.zip
chromium_src-b8d79c24469cbecf463fed07ae423a317e57dfe0.tar.gz
chromium_src-b8d79c24469cbecf463fed07ae423a317e57dfe0.tar.bz2
revert 87108 and 87076
TBR=msw_ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_thread.h')
-rw-r--r--content/browser/browser_thread.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/browser/browser_thread.h b/content/browser/browser_thread.h
index 65235be..3da4012c9 100644
--- a/content/browser/browser_thread.h
+++ b/content/browser/browser_thread.h
@@ -191,9 +191,7 @@ class BrowserThread : public base::Thread {
#if defined(UNIT_TEST)
// Only logged under unit testing because leaks at shutdown
// are acceptable under normal circumstances.
- LOG(ERROR) << "DeleteSoon failed on thread " << thread
- << "; deleting locally.";
- delete x;
+ LOG(ERROR) << "DeleteSoon failed on thread " << thread;
#endif // UNIT_TEST
}
}