Index: content/browser/web_contents/navigation_controller_impl.h |
diff --git a/content/browser/web_contents/navigation_controller_impl.h b/content/browser/web_contents/navigation_controller_impl.h |
index c05c64926e340083d6accc47786c9b50ece69173..660fa0c567d696f33e69a5fa3074ffbb9b60f19b 100644 |
--- a/content/browser/web_contents/navigation_controller_impl.h |
+++ b/content/browser/web_contents/navigation_controller_impl.h |
@@ -78,6 +78,7 @@ class CONTENT_EXPORT NavigationControllerImpl |
virtual bool IsInitialNavigation() OVERRIDE; |
virtual void Reload(bool check_for_repost) OVERRIDE; |
virtual void ReloadIgnoringCache(bool check_for_repost) OVERRIDE; |
+ virtual void ReloadOriginalRequestURL(bool check_for_repost) OVERRIDE; |
virtual void NotifyEntryChanged(const content::NavigationEntry* entry, |
int index) OVERRIDE; |
virtual void CopyStateFrom( |
@@ -106,11 +107,6 @@ class CONTENT_EXPORT NavigationControllerImpl |
content::SiteInstance* instance, |
int32 page_id) const; |
- // Reloads the current entry using the original URL used to create it. This |
- // is used for cases where the user wants to refresh a page using a different |
- // user agent after following a redirect. |
- void ReloadOriginalRequestURL(bool check_for_repost); |
- |
// Transient entry ----------------------------------------------------------- |
// Adds an entry that is returned by GetActiveEntry(). The entry is |