| 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 eff374d1c72f409e37044a2475f8b31bc7bdbca1..06ff604d7c6f9a25c085d25f33ed37192d3fe44e 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -455,7 +455,8 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| bool opener_suppressed,
|
| ResourceContext* context,
|
| int render_process_id,
|
| - int opener_id,
|
| + int opener_render_view_id,
|
| + int opener_render_frame_id,
|
| bool* no_javascript_access);
|
|
|
| // Notifies the embedder that the ResourceDispatcherHost has been created.
|
|
|