| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index cc95b741d2695c7569cea3849525a84228047b80..86d11e84d25c3d7701ebd44cb4d5e8035a1d95a7 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -151,6 +151,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // the delegate in the content embedder that will service the guest in the
|
| // content layer. The content layer takes ownership of the |guest_delegate|.
|
| virtual void GuestWebContentsCreated(
|
| + int guest_instance_id,
|
| SiteInstance* guest_site_instance,
|
| WebContents* guest_web_contents,
|
| WebContents* opener_web_contents,
|
|
|