| Index: content/test/web_contents_observer_sanity_checker.h
|
| diff --git a/content/test/web_contents_observer_sanity_checker.h b/content/test/web_contents_observer_sanity_checker.h
|
| index 3dcdb2868e2c22557fb77bb777457db5eb0deef1..6fd5bb27c434fe09cae2bc56d6054b40e10aa519 100644
|
| --- a/content/test/web_contents_observer_sanity_checker.h
|
| +++ b/content/test/web_contents_observer_sanity_checker.h
|
| @@ -108,6 +108,8 @@ class WebContentsObserverSanityChecker : public WebContentsObserver,
|
| std::set<NavigationHandle*> ongoing_navigations_;
|
| std::vector<MediaPlayerId> active_media_players_;
|
|
|
| + base::hash_map<WebContents*, std::string> created_web_contents_;
|
| +
|
| // Remembers parents to make sure RenderFrameHost::GetParent() never changes.
|
| std::map<GlobalRoutingID, GlobalRoutingID> parent_ids_;
|
|
|
|
|