| Index: chrome/browser/background/background_contents.h
|
| diff --git a/chrome/browser/background/background_contents.h b/chrome/browser/background/background_contents.h
|
| index 08c740de59f6ca07c0f1ec042b6dc6ff5da7f5c8..f5e28039a20fca0817fcd371e5968b75cd72d2b1 100644
|
| --- a/chrome/browser/background/background_contents.h
|
| +++ b/chrome/browser/background/background_contents.h
|
| @@ -57,6 +57,7 @@ class BackgroundContents : public extensions::DeferredStartRenderHost,
|
|
|
| BackgroundContents(
|
| scoped_refptr<content::SiteInstance> site_instance,
|
| + content::RenderFrameHost* opener,
|
| int32_t routing_id,
|
| int32_t main_frame_routing_id,
|
| int32_t main_frame_widget_routing_id,
|
|
|