| 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 aa9ac236e61c91a588495b6fc89af686f0354575..050d10eabffc8d57dd30ecf4590dd64d17565250 100644
|
| --- a/content/browser/web_contents/navigation_controller_impl.h
|
| +++ b/content/browser/web_contents/navigation_controller_impl.h
|
| @@ -119,6 +119,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
|
|
|