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

Unified Diff: content/browser/frame_host/frame_tree_node.cc

Issue 2156883002: Use content::FrameOwnerProperties instead of blink::WebFrameOwnerProperties in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-delegation-frame-owner-properties
Patch Set: Use this everywhere Created 4 years, 5 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/frame_tree_node.cc
diff --git a/content/browser/frame_host/frame_tree_node.cc b/content/browser/frame_host/frame_tree_node.cc
index ab3b794c66f42c4c18b48a1fb6dd94b395f3c9a8..2708a892fadbbfaa71422500ee373b7d8e2fb87e 100644
--- a/content/browser/frame_host/frame_tree_node.cc
+++ b/content/browser/frame_host/frame_tree_node.cc
@@ -75,17 +75,16 @@ FrameTreeNode* FrameTreeNode::GloballyFindByID(int frame_tree_node_id) {
return it == nodes->end() ? nullptr : it->second;
}
-FrameTreeNode::FrameTreeNode(
- FrameTree* frame_tree,
- Navigator* navigator,
- RenderFrameHostDelegate* render_frame_delegate,
- RenderWidgetHostDelegate* render_widget_delegate,
- RenderFrameHostManager::Delegate* manager_delegate,
- FrameTreeNode* parent,
- blink::WebTreeScopeType scope,
- const std::string& name,
- const std::string& unique_name,
- const blink::WebFrameOwnerProperties& frame_owner_properties)
+FrameTreeNode::FrameTreeNode(FrameTree* frame_tree,
+ Navigator* navigator,
+ RenderFrameHostDelegate* render_frame_delegate,
+ RenderWidgetHostDelegate* render_widget_delegate,
+ RenderFrameHostManager::Delegate* manager_delegate,
+ FrameTreeNode* parent,
+ blink::WebTreeScopeType scope,
+ const std::string& name,
+ const std::string& unique_name,
+ const FrameOwnerProperties& frame_owner_properties)
: frame_tree_(frame_tree),
navigator_(navigator),
render_manager_(this,
« no previous file with comments | « content/browser/frame_host/frame_tree_node.h ('k') | content/browser/frame_host/frame_tree_node_blame_context_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698