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

Unified Diff: content/browser/loader/resource_request_info_impl.cc

Issue 2331343005: PlzNavigate: Get StreamPrivate API to work. (Closed)
Patch Set: Fix DCHECK leading to browser test redness Created 4 years, 3 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/loader/resource_request_info_impl.cc
diff --git a/content/browser/loader/resource_request_info_impl.cc b/content/browser/loader/resource_request_info_impl.cc
index a0e508bc6695b579d120e17b450f2c64ef1e2b11..47b630dedb5a5c9afa40e79fcc8e63e0123c9f69 100644
--- a/content/browser/loader/resource_request_info_impl.cc
+++ b/content/browser/loader/resource_request_info_impl.cc
@@ -241,6 +241,10 @@ int ResourceRequestInfoImpl::GetRenderFrameID() const {
return render_frame_id_;
}
+int ResourceRequestInfoImpl::GetFrameTreeNodeId() const {
+ return frame_tree_node_id_;
+}
+
bool ResourceRequestInfoImpl::IsMainFrame() const {
return is_main_frame_;
}
« no previous file with comments | « content/browser/loader/resource_request_info_impl.h ('k') | content/browser/web_contents/web_contents_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698