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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 1447563002: Implement frame attribution (FrameBlamer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 9 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/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 68fc3d2b467c005ad65a6a5eae8b6a4461589322..d172f095e967942f023f89de2eb3c02d4b775e17 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -648,6 +648,7 @@ void RenderThreadImpl::Init() {
// Register this object as the main thread.
ChildProcess::current()->set_main_thread(this);
+ renderer_scheduler_->SetThreadBlameContext(&blame_context_);
// In single process the single process is all there is.
notify_webkit_of_modal_loop_ = true;

Powered by Google App Engine
This is Rietveld 408576698