| Index: content/public/browser/reload_type.h
|
| diff --git a/content/public/browser/reload_type.h b/content/public/browser/reload_type.h
|
| index d6db23e16f33f3086e07b3d23ccdbad8d783d92d..b7695eeba6a3c1c8ad1deae3279245030fb84c38 100644
|
| --- a/content/public/browser/reload_type.h
|
| +++ b/content/public/browser/reload_type.h
|
| @@ -12,8 +12,7 @@ namespace content {
|
| // history navigation, it loads preferring cache (which may be stale).
|
| enum class ReloadType {
|
| NONE, // Normal load, restore, or history navigation.
|
| - NORMAL, // Normal (cache-validating) reload.
|
| - MAIN_RESOURCE, // Reload validating only the main resource.
|
| + NORMAL, // Reload validating only the main resource.
|
| BYPASSING_CACHE, // Reload bypassing the cache (shift-reload).
|
| ORIGINAL_REQUEST_URL, // Reload using the original request URL.
|
| DISABLE_LOFI_MODE // Reload with Lo-Fi mode disabled.
|
|
|