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

Unified Diff: content/public/test/web_contents_observer_sanity_checker.h

Issue 950223006: Fix RenderFrameHostChanged WebContentsObserver methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes based on Charlie's review. Created 5 years, 10 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/public/test/web_contents_observer_sanity_checker.h
diff --git a/content/public/test/web_contents_observer_sanity_checker.h b/content/public/test/web_contents_observer_sanity_checker.h
index b8c3b6118ce65844fc4f50ea3abc82387c562489..2fab3ab2f09b5b28442282c1a6c7221319705d3a 100644
--- a/content/public/test/web_contents_observer_sanity_checker.h
+++ b/content/public/test/web_contents_observer_sanity_checker.h
@@ -87,6 +87,7 @@ class WebContentsObserverSanityChecker : public WebContentsObserver,
void AssertRenderFrameExists(RenderFrameHost* render_frame_host);
void AssertMainFrameExists();
+ std::set<std::pair<int, int>> current_hosts_;
std::set<std::pair<int, int>> live_routes_;
std::set<std::pair<int, int>> deleted_routes_;
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/test/web_contents_observer_sanity_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698