| Index: chrome/browser/tab_contents/background_contents.h
|
| diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h
|
| index 85bf8dea7d8e6c505dfee5ca4ab9b86211774171..25a9b415025b047701e85106c9e238b790c8783e 100644
|
| --- a/chrome/browser/tab_contents/background_contents.h
|
| +++ b/chrome/browser/tab_contents/background_contents.h
|
| @@ -46,6 +46,7 @@ class BackgroundContents : public content::WebContentsDelegate,
|
| BackgroundContents(
|
| content::SiteInstance* site_instance,
|
| int routing_id,
|
| + int main_frame_routing_id,
|
| Delegate* delegate,
|
| const std::string& partition_id,
|
| content::SessionStorageNamespace* session_storage_namespace);
|
|
|