Index: net/url_request/url_request.h |
=================================================================== |
--- net/url_request/url_request.h (revision 87744) |
+++ net/url_request/url_request.h (working copy) |
@@ -561,9 +561,9 @@ |
priority_ = priority; |
} |
-#ifdef UNIT_TEST |
+ // This method is intended only for unit tests, but it is being used by |
+ // unit tests outside of net :(. |
URLRequestJob* job() { return job_; } |
-#endif |
protected: |
// Allow the URLRequestJob class to control the is_pending() flag. |