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

Unified Diff: content/public/browser/web_contents_observer.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/public/browser/web_contents_observer.h
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
index 374ad4b81b9c53a7083c3c347cc59ceeb335f036..9dd0fd4b19c500cea11ac5ef37d0e54864c944f5 100644
--- a/content/public/browser/web_contents_observer.h
+++ b/content/public/browser/web_contents_observer.h
@@ -275,7 +275,8 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
const Referrer& referrer,
WindowOpenDisposition disposition,
ui::PageTransition transition,
- bool started_from_context_menu) {}
+ bool started_from_context_menu,
+ bool not_yet_in_tabstrip) {}
nasko 2017/03/01 00:48:38 Technically, TabStrip is chrome/ concept and conte
Patrick Noland 2017/03/01 23:58:59 Done.
// This method is invoked when the renderer process has completed its first
// paint after a non-empty layout.

Powered by Google App Engine
This is Rietveld 408576698