| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index 6a8837f474341380d860771385e35677e1c8de65..9f603e60475dd8c9a5188be3e1047078a5c0af26 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -58,7 +58,7 @@ FrameMsg_Navigate_Type::Value GetNavigationType(
|
| ReloadType reload_type) {
|
| switch (reload_type) {
|
| case ReloadType::NORMAL:
|
| - return FrameMsg_Navigate_Type::RELOAD_MAIN_RESOURCE;
|
| + return FrameMsg_Navigate_Type::RELOAD;
|
| case ReloadType::BYPASSING_CACHE:
|
| case ReloadType::DISABLE_LOFI_MODE:
|
| return FrameMsg_Navigate_Type::RELOAD_BYPASSING_CACHE;
|
|
|