| Index: content/browser/frame_host/navigation_entry_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_entry_impl.cc b/content/browser/frame_host/navigation_entry_impl.cc
|
| index 7105608f7740189d1d069fab8e36bc2022cb7ecc..554aca4add442e05e0e12209493e0f99ef338a96 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.cc
|
| +++ b/content/browser/frame_host/navigation_entry_impl.cc
|
| @@ -159,6 +159,11 @@ void NavigationEntryImpl::set_site_instance(SiteInstanceImpl* site_instance) {
|
| site_instance_ = site_instance;
|
| }
|
|
|
| +void NavigationEntryImpl::set_source_site_instance(
|
| + SiteInstanceImpl* source_site_instance) {
|
| + source_site_instance_ = source_site_instance;
|
| +}
|
| +
|
| void NavigationEntryImpl::SetBindings(int bindings) {
|
| // Ensure this is set to a valid value, and that it stays the same once set.
|
| CHECK_NE(bindings, kInvalidBindings);
|
|
|