Index: content/browser/loader/resource_dispatcher_host_impl.h |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h |
index 006c5eed43ecf73138ebfab0b6ebe1c6b2ff8739..e3c246d61c776486d0459fa6b60530b9d5a6ac64 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -337,6 +337,10 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl |
bool is_shutdown() const { return is_shutdown_; } |
+ // Creates a new request ID for browser initiated requests. See the comments |
+ // of |request_id_| for the details. Must be called on the IO thread. |
+ int MakeRequestID(); |
+ |
private: |
friend class ResourceDispatcherHostTest; |