| 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 940b6d216a4794cdbe57debc530c42aa7cfef96d..3c40a1b77b8412ba118ccba533649ca30d2cacf1 100644
|
| --- a/content/test/web_contents_observer_sanity_checker.h
|
| +++ b/content/test/web_contents_observer_sanity_checker.h
|
| @@ -91,6 +91,9 @@ class WebContentsObserverSanityChecker : public WebContentsObserver,
|
| std::set<std::pair<int, int>> live_routes_;
|
| std::set<std::pair<int, int>> deleted_routes_;
|
|
|
| + base::hash_map<std::pair<int, int>, std::string> render_frame_created_stacks_;
|
| + base::hash_map<std::pair<int, int>, std::string> render_frame_deleted_stacks_;
|
| +
|
| bool web_contents_destroyed_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebContentsObserverSanityChecker);
|
|
|