| Index: net/url_request/url_request_job_manager.h
|
| diff --git a/net/url_request/url_request_job_manager.h b/net/url_request/url_request_job_manager.h
|
| index 747f92399ec8fdfc1355a503fc30842c436addcd..469cc66022b44a6792d2d6532f07db179c7cb688 100644
|
| --- a/net/url_request/url_request_job_manager.h
|
| +++ b/net/url_request/url_request_job_manager.h
|
| @@ -76,7 +76,6 @@ class URLRequestJobManager {
|
| URLRequestJobManager();
|
| ~URLRequestJobManager();
|
|
|
| -#ifndef NDEBUG
|
| // The first guy to call this function sets the allowed thread. This way we
|
| // avoid needing to define that thread externally. Since we expect all
|
| // callers to be on the same thread, we don't worry about threads racing to
|
| @@ -98,7 +97,6 @@ class URLRequestJobManager {
|
| // bug http://b/issue?id=1338969 has been filed to fix things and turn the
|
| // check back on.
|
| return true;
|
| -#endif
|
| }
|
|
|
| // We use this to assert that CreateJob and the registration functions all
|
|
|