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

Unified Diff: content/renderer/top_level_blame_context.h

Issue 1916843003: Ensure Origin Thread Affinity for BlameContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows bot compile error 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
« no previous file with comments | « content/renderer/frame_blame_context.cc ('k') | content/renderer/top_level_blame_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/top_level_blame_context.h
diff --git a/content/renderer/top_level_blame_context.h b/content/renderer/top_level_blame_context.h
index 1138373e2ccbaf44b766ce35cae40242d9fa664f..9ee7e6d353c3a52723161a56f1fb97c734b24058 100644
--- a/content/renderer/top_level_blame_context.h
+++ b/content/renderer/top_level_blame_context.h
@@ -15,6 +15,7 @@ namespace content {
class TopLevelBlameContext : public base::trace_event::BlameContext {
public:
TopLevelBlameContext();
+ ~TopLevelBlameContext() override;
private:
DISALLOW_COPY_AND_ASSIGN(TopLevelBlameContext);
« no previous file with comments | « content/renderer/frame_blame_context.cc ('k') | content/renderer/top_level_blame_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698