| Index: content/browser/frame_host/navigation_entry_impl.h | 
| diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h | 
| index 04162896b4793be53730fc0817eeb24e33b95314..075d1e7e4bbcc1660d06b601a3a2e91a139e6e3b 100644 | 
| --- a/content/browser/frame_host/navigation_entry_impl.h | 
| +++ b/content/browser/frame_host/navigation_entry_impl.h | 
| @@ -145,6 +145,7 @@ class CONTENT_EXPORT NavigationEntryImpl | 
| void SetRedirectChain(const std::vector<GURL>& redirects) override; | 
| const std::vector<GURL>& GetRedirectChain() const override; | 
| bool IsRestored() const override; | 
| +  std::string GetExtraHeaders() const override; | 
|  | 
| // Creates a copy of this NavigationEntryImpl that can be modified | 
| // independently from the original.  Does not copy any value that would be | 
|  |