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

Unified Diff: content/test/web_contents_observer_sanity_checker.h

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.h
diff --git a/content/test/web_contents_observer_sanity_checker.h b/content/test/web_contents_observer_sanity_checker.h
index 7bb576f01c6ce706acec670f01657285a4a8e7d2..025fa786ab836e607846a53314d95ffcfa4a8735 100644
--- a/content/test/web_contents_observer_sanity_checker.h
+++ b/content/test/web_contents_observer_sanity_checker.h
@@ -62,7 +62,8 @@ class WebContentsObserverSanityChecker : public WebContentsObserver,
const Referrer& referrer,
WindowOpenDisposition disposition,
ui::PageTransition transition,
- bool started_from_context_menu) override;
+ bool started_from_context_menu,
+ bool not_yet_in_tabstrip) override;
void MediaStartedPlaying(const MediaPlayerInfo& media_info,
const MediaPlayerId& id) override;
void MediaStoppedPlaying(const MediaPlayerInfo& media_info,

Powered by Google App Engine
This is Rietveld 408576698