| Index: net/url_request/url_request_http_job.cc
|
| diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
|
| index f44d28b6d86d8e1fe25f6be514af6f2b48a001db..68858c147586fc902d58c50f946829c46bf543e1 100644
|
| --- a/net/url_request/url_request_http_job.cc
|
| +++ b/net/url_request/url_request_http_job.cc
|
| @@ -10,7 +10,6 @@
|
| #include "base/command_line.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/debug/alias.h"
|
| -#include "base/debug/dump_without_crashing.h"
|
| #include "base/file_version_info.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/metrics/field_trial.h"
|
| @@ -290,12 +289,6 @@
|
| }
|
|
|
| void URLRequestHttpJob::Kill() {
|
| - if (awaiting_callback_) {
|
| - // TODO(battre) crbug.com/289715
|
| - // Simulate a crash to see who kills the job while it is waiting for a
|
| - // callback. This should not happen, see URLRequest::OrphanJob().
|
| - base::debug::DumpWithoutCrashing();
|
| - }
|
| if (!transaction_.get())
|
| return;
|
|
|
|
|