| 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 4e21f3585e284791b3e1f4f932f058ec4ffab8f7..034aad8d8278ffb7799103b7d2c39e09f80cdfd4 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -163,6 +163,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| virtual void GuestWebContentsAttached(
|
| WebContents* guest_web_contents,
|
| WebContents* embedder_web_contents,
|
| + const GURL& embedder_frame_url,
|
| const base::DictionaryValue& extra_params) {}
|
|
|
| // Notifies that a RenderProcessHost has been created. This is called before
|
|
|