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

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

Issue 1390053002: Trace FrameTreeNode Snapshots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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.h
diff --git a/content/browser/frame_host/frame_tree.h b/content/browser/frame_host/frame_tree.h
index 71b11c7acda0fc4f290182ff2acad41d3eec9836..ac4068b905ad6befc027ce701856ef3e3938dbd5 100644
--- a/content/browser/frame_host/frame_tree.h
+++ b/content/browser/frame_host/frame_tree.h
@@ -146,6 +146,8 @@ class CONTENT_EXPORT FrameTree {
// Returns true if at least one of the nodes in this FrameTree is loading.
bool IsLoading();
+ void TraceSnapshot() const;
clamy 2015/10/12 09:31:05 This function should have a comment.
benjhayden 2015/10/13 00:22:21 Done.
+
private:
FRIEND_TEST_ALL_PREFIXES(RenderFrameHostImplBrowserTest, RemoveFocusedFrame);
typedef base::hash_map<int, RenderViewHostImpl*> RenderViewHostMap;
« no previous file with comments | « no previous file | content/browser/frame_host/frame_tree.cc » ('j') | content/browser/frame_host/traced_frame_tree.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698