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 4c96d55e2b7342d18cd35e31ca6ae2b681e20e3f..56aadd240828f19e3866a8136f0448c6ee805e24 100644 |
--- a/content/browser/frame_host/navigation_entry_impl.h |
+++ b/content/browser/frame_host/navigation_entry_impl.h |
@@ -146,6 +146,8 @@ 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; |
+ void AddExtraHeaders(const std::string& extra_headers) override; |
// Creates a copy of this NavigationEntryImpl that can be modified |
// independently from the original. Does not copy any value that would be |