| 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 ac1876b50e6d1a0c72224b022a6de45340b8de0b..75a88f5a4e5d7a1147223194b798d8960cc5852f 100644 | 
| --- a/content/browser/frame_host/navigation_entry_impl.cc | 
| +++ b/content/browser/frame_host/navigation_entry_impl.cc | 
| @@ -559,6 +559,10 @@ bool NavigationEntryImpl::IsRestored() const { | 
| return restore_type_ != RESTORE_NONE; | 
| } | 
|  | 
| +std::string NavigationEntryImpl::GetExtraHeaders() const { | 
| +  return extra_headers_; | 
| +} | 
| + | 
| void NavigationEntryImpl::SetCanLoadLocalResources(bool allow) { | 
| can_load_local_resources_ = allow; | 
| } | 
|  |