diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-04 22:45:24 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-04 22:45:24 +0000 |
commit | 9b0ba035039e1434b294abef145d60cd7cb5f14b (patch) | |
tree | f07d3c44189493ac29741eaaead125b797a043a1 /chrome | |
parent | 66561e78b05da28720e240ad1ba48e321377e171 (diff) | |
download | chromium_src-9b0ba035039e1434b294abef145d60cd7cb5f14b.zip chromium_src-9b0ba035039e1434b294abef145d60cd7cb5f14b.tar.gz chromium_src-9b0ba035039e1434b294abef145d60cd7cb5f14b.tar.bz2 |
Remove recently added DCHECK in 46384 which is causing some test crashes.
BUG=none
TEST=none
TBR=estade
Review URL: http://codereview.chromium.org/1912006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/child_process_launcher.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/child_process_launcher.cc b/chrome/browser/child_process_launcher.cc index c60f766..ff7a9d2 100644 --- a/chrome/browser/child_process_launcher.cc +++ b/chrome/browser/child_process_launcher.cc @@ -260,7 +260,6 @@ class ChildProcessLauncher::Context } void Terminate() { - DCHECK(ChromeThread::CurrentlyOn(client_thread_id_)); if (!process_.handle()) return; |