| 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.
|
|
|