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

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

Issue 1901023003: Introduce browser side FrameTreeNodeBlameContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised the comments slightly Created 4 years, 8 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.cc
diff --git a/content/browser/frame_host/frame_tree.cc b/content/browser/frame_host/frame_tree.cc
index 1bb52d8b20a6a4f763e230ae1171e7090851f4a3..1d18396118ab9b0547bd12aef961412a778c65bc 100644
--- a/content/browser/frame_host/frame_tree.cc
+++ b/content/browser/frame_host/frame_tree.cc
@@ -105,7 +105,9 @@ FrameTree::FrameTree(Navigator* navigator,
std::string(),
blink::WebFrameOwnerProperties())),
focused_frame_tree_node_id_(-1),
- load_progress_(0.0) {}
+ load_progress_(0.0) {
+ root_->InitializeBlameContext();
+}
FrameTree::~FrameTree() {
delete root_;
« no previous file with comments | « no previous file | content/browser/frame_host/frame_tree_node.h » ('j') | content/browser/frame_host/frame_tree_node.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698