| Index: content/browser/frame_host/cross_site_transferring_request.h
|
| diff --git a/content/browser/frame_host/cross_site_transferring_request.h b/content/browser/frame_host/cross_site_transferring_request.h
|
| index a78684be77b799caf09ae1675bda10c59ba5e19e..0d696a3d69a8dcddff109a3dff0e1fd7be5f4f04 100644
|
| --- a/content/browser/frame_host/cross_site_transferring_request.h
|
| +++ b/content/browser/frame_host/cross_site_transferring_request.h
|
| @@ -26,6 +26,8 @@ class CONTENT_EXPORT CrossSiteTransferringRequest {
|
| // control of it.
|
| void ReleaseRequest();
|
|
|
| + GlobalRequestID request_id() const { return global_request_id_; }
|
| +
|
| private:
|
| // No need for a weak pointer here - nothing should have ownership of the
|
| // cross site request until after |this| is deleted, or ReleaseRequest is
|
|
|