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