| Index: chrome/browser/background/background_contents_service.h
|
| diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h
|
| index 9199bf078ca8d6b07726bf1da1591b2d9dbbb889..0e89871003004a29647ba0e2e71b84eba546dc24 100644
|
| --- a/chrome/browser/background/background_contents_service.h
|
| +++ b/chrome/browser/background/background_contents_service.h
|
| @@ -117,6 +117,7 @@ class BackgroundContentsService : private content::NotificationObserver,
|
| // Source..
|
| BackgroundContents* CreateBackgroundContents(
|
| scoped_refptr<content::SiteInstance> site,
|
| + content::RenderFrameHost* opener,
|
| int32_t route_id,
|
| int32_t main_frame_route_id,
|
| int32_t main_frame_widget_route_id,
|
|
|