Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1202)

Unified Diff: content/browser/frame_host/cross_site_transferring_request.h

Issue 464593003: Don't swap out the old RenderFrameHost until the new one commits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Major rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698