| 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 3b00607cf0f4973707d6524200d14f85de413b24..529baa0777fd72e603e87ed257f721583b4d215a 100644
|
| --- a/content/browser/frame_host/frame_tree.h
|
| +++ b/content/browser/frame_host/frame_tree.h
|
| @@ -152,6 +152,9 @@ class CONTENT_EXPORT FrameTree {
|
| // in those SiteInstances.
|
| void ReplicatePageFocus(bool is_focused);
|
|
|
| + // Traces a snapshot of the FrameTree.
|
| + void TraceSnapshot() const;
|
| +
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(RenderFrameHostImplBrowserTest, RemoveFocusedFrame);
|
| typedef base::hash_map<int, RenderViewHostImpl*> RenderViewHostMap;
|
|
|