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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2882513005: Propagate opener to BackgroundsContents. (Closed)
Patch Set: . Created 3 years, 7 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/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index b0468b48b22d6b2b1a23baaa938129c1b882cfe1..b17d669a1356fd98fbeb58f28f0daca32b1665ec 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -1161,6 +1161,8 @@ class CONTENT_EXPORT WebContentsImpl
// Sends a Page message IPC.
void SendPageMessage(IPC::Message* msg);
+ void SetOpenerForNewContents(FrameTreeNode* opener, bool opener_suppressed);
+
// Tracking loading progress -------------------------------------------------
// Resets the tracking state of the current load progress.

Powered by Google App Engine
This is Rietveld 408576698