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

Unified Diff: content/test/web_contents_observer_sanity_checker.cc

Issue 2724433002: Remove the retargeting notification (Closed)
Patch Set: Remove the retargeting notification Created 3 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/test/web_contents_observer_sanity_checker.cc
diff --git a/content/test/web_contents_observer_sanity_checker.cc b/content/test/web_contents_observer_sanity_checker.cc
index e522297bb8ffcb2f96ddcb5e6355ef18de2d7344..48c14d4f064114729fe6ca06e5536dfb8a202ce5 100644
--- a/content/test/web_contents_observer_sanity_checker.cc
+++ b/content/test/web_contents_observer_sanity_checker.cc
@@ -244,7 +244,8 @@ void WebContentsObserverSanityChecker::DidOpenRequestedURL(
const Referrer& referrer,
WindowOpenDisposition disposition,
ui::PageTransition transition,
- bool started_from_context_menu) {
+ bool started_from_context_menu,
+ bool not_yet_in_tabstrip) {
AssertRenderFrameExists(source_render_frame_host);
}

Powered by Google App Engine
This is Rietveld 408576698