| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index 79265e443d7fefbb85301a8ce7ca4ad25c37eb0d..2dece9275ea7e2a5681d39a065c93cdcc558a67c 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -502,6 +502,8 @@ void NavigatorImpl::DidNavigate(
|
| SiteInstanceImpl* site_instance = render_frame_host->GetSiteInstance();
|
| if (!site_instance->HasSite() &&
|
| ShouldAssignSiteForURL(params.url)) {
|
| + // TODO(nick): Is it ever necessary to set the third_party_subframe bit
|
| + // here?
|
| site_instance->SetSite(params.url);
|
| }
|
|
|
|
|