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 ac3106cf8471f218591c7590fb78dca93f22d146..401eb4fab77c3b69f32faaee285973b72e831d17 100644 |
--- a/content/browser/web_contents/navigation_controller_impl.h |
+++ b/content/browser/web_contents/navigation_controller_impl.h |
@@ -97,6 +97,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( |
@@ -132,11 +133,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 |