| Index: content/public/browser/navigation_controller.h
|
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
|
| index 6e6c2e410c74868eaab6bce32e487290f1678c2f..e3673d123090619ef6eda93f030394ff8831a83c 100644
|
| --- a/content/public/browser/navigation_controller.h
|
| +++ b/content/public/browser/navigation_controller.h
|
| @@ -49,6 +49,7 @@ class NavigationController {
|
| enum ReloadType {
|
| NO_RELOAD, // Normal load, restore, or history navigation.
|
| RELOAD, // Normal (cache-validating) reload.
|
| + RELOAD_MAIN_RESOURCE, // Reload validating only the main resource.
|
| RELOAD_BYPASSING_CACHE, // Reload bypassing the cache (shift-reload).
|
| RELOAD_ORIGINAL_REQUEST_URL, // Reload using the original request URL.
|
| RELOAD_DISABLE_LOFI_MODE // Reload with Lo-Fi mode disabled.
|
|
|