| 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 44873594afe061d98414abd3f993b87c5ff7d9de..a331651762b26dd58525db07d500b34fd5f4ef53 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -60,8 +60,6 @@ FrameMsg_Navigate_Type::Value GetNavigationType(
|
| ReloadType reload_type) {
|
| switch (reload_type) {
|
| case ReloadType::NORMAL:
|
| - return FrameMsg_Navigate_Type::RELOAD;
|
| - case ReloadType::MAIN_RESOURCE:
|
| return FrameMsg_Navigate_Type::RELOAD_MAIN_RESOURCE;
|
| case ReloadType::BYPASSING_CACHE:
|
| case ReloadType::DISABLE_LOFI_MODE:
|
|
|