Index: content/public/browser/navigation_controller.h |
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h |
index 74c7a133b4fb0dd92097acc28fc43890f5381b72..cc0a27fe52531abde67298ef676db368c9be8faa 100644 |
--- a/content/public/browser/navigation_controller.h |
+++ b/content/public/browser/navigation_controller.h |
@@ -291,6 +291,11 @@ class NavigationController { |
// Like Reload(), but don't use caches (aka "shift-reload"). |
virtual void ReloadIgnoringCache(bool check_for_repost) = 0; |
+ // 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. |
+ virtual void ReloadOriginalRequestURL(bool check_for_repost) = 0; |
+ |
// Removing of entries ------------------------------------------------------- |
// Removes the entry at the specified |index|. This call dicards any pending |