| Index: content/browser/frame_host/navigation_controller_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_controller_impl.cc b/content/browser/frame_host/navigation_controller_impl.cc
|
| index 2d90ebb2f9db861d3fd425e46ce60d45039c25a8..bf4dcb1813cba20c8d8015ccefd6be096de444bc 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl.cc
|
| @@ -264,19 +264,6 @@ void NavigationControllerImpl::Restore(
|
| FinishRestore(selected_navigation, type);
|
| }
|
|
|
| -void NavigationControllerImpl::Reload(bool check_for_repost) {
|
| - Reload(check_for_repost, ReloadType::NORMAL);
|
| -}
|
| -void NavigationControllerImpl::ReloadBypassingCache(bool check_for_repost) {
|
| - Reload(check_for_repost, ReloadType::BYPASSING_CACHE);
|
| -}
|
| -void NavigationControllerImpl::ReloadOriginalRequestURL(bool check_for_repost) {
|
| - Reload(check_for_repost, ReloadType::ORIGINAL_REQUEST_URL);
|
| -}
|
| -void NavigationControllerImpl::ReloadDisableLoFi(bool check_for_repost) {
|
| - Reload(check_for_repost, ReloadType::DISABLE_LOFI_MODE);
|
| -}
|
| -
|
| void NavigationControllerImpl::Reload(bool check_for_repost,
|
| ReloadType reload_type) {
|
| if (transient_entry_index_ != -1) {
|
|
|