| Index: content/browser/site_instance.cc
|
| diff --git a/content/browser/site_instance.cc b/content/browser/site_instance.cc
|
| index d41f49b00fbaea8cd4d1be206943b1eea5b793ea..4cb57596d25b486a677fcedd8eb9835b9e97e5cb 100644
|
| --- a/content/browser/site_instance.cc
|
| +++ b/content/browser/site_instance.cc
|
| @@ -83,8 +83,9 @@ RenderProcessHost* SiteInstance::GetProcess() {
|
|
|
| content::GetContentClient()->browser()->SiteInstanceGotProcess(this);
|
|
|
| - // Make sure the process starts at the right max_page_id
|
| - process_->UpdateMaxPageID(max_page_id_);
|
| + // Make sure the process starts at the right max_page_id, and ensure that
|
| + // we send an update to the renderer process.
|
| + process_->UpdateAndSendMaxPageID(max_page_id_);
|
| }
|
| DCHECK(process_);
|
|
|
|
|