| Index: content/public/browser/navigation_controller.h
|
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
|
| index 4932ba0f0a155612446fe43ad9f53fcccf95a4bf..a1bed25ed1a09ae810c7a95b36fb3041860f6cd5 100644
|
| --- a/content/public/browser/navigation_controller.h
|
| +++ b/content/public/browser/navigation_controller.h
|
| @@ -31,9 +31,10 @@ struct Referrer;
|
| class NavigationController {
|
| public:
|
| enum ReloadType {
|
| - NO_RELOAD, // Normal load.
|
| - RELOAD, // Normal (cache-validating) reload.
|
| - RELOAD_IGNORING_CACHE // Reload bypassing the cache, aka shift-reload.
|
| + NO_RELOAD, // Normal load.
|
| + RELOAD, // Normal (cache-validating) reload.
|
| + RELOAD_IGNORING_CACHE, // Reload bypassing the cache (shift-reload).
|
| + RELOAD_ORIGINAL_REQUEST_URL // Reload using the original request URL.
|
| };
|
|
|
| // Creates a navigation entry and translates the virtual url to a real one.
|
|
|