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 8a0c2071d62e92317fc55811882780ab5f859997..86b625cb0c18b0122fdd0ad707c2f0c94c491043 100644 |
--- a/content/browser/frame_host/navigation_controller_impl.cc |
+++ b/content/browser/frame_host/navigation_controller_impl.cc |
@@ -288,6 +288,9 @@ void NavigationControllerImpl::ReloadIgnoringCache(bool check_for_repost) { |
void NavigationControllerImpl::ReloadOriginalRequestURL(bool check_for_repost) { |
ReloadInternal(check_for_repost, RELOAD_ORIGINAL_REQUEST_URL); |
} |
+void NavigationControllerImpl::ReloadDisableLoFi(bool check_for_repost) { |
+ ReloadInternal(check_for_repost, RELOAD_DISABLE_LOFI_MODE); |
+} |
void NavigationControllerImpl::ReloadInternal(bool check_for_repost, |
ReloadType reload_type) { |