| 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 9507855548e857ebd43e1c5c997e22add6c51574..ac57709fb7e369bc449ea1f335c5dacb77fa1fb8 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl.cc
|
| @@ -309,8 +309,8 @@ void NavigationControllerImpl::ReloadToRefreshContent(bool check_for_repost) {
|
| }
|
| ReloadInternal(check_for_repost, RELOAD);
|
| }
|
| -void NavigationControllerImpl::ReloadIgnoringCache(bool check_for_repost) {
|
| - ReloadInternal(check_for_repost, RELOAD_IGNORING_CACHE);
|
| +void NavigationControllerImpl::ReloadBypassingCache(bool check_for_repost) {
|
| + ReloadInternal(check_for_repost, RELOAD_BYPASSING_CACHE);
|
| }
|
| void NavigationControllerImpl::ReloadOriginalRequestURL(bool check_for_repost) {
|
| ReloadInternal(check_for_repost, RELOAD_ORIGINAL_REQUEST_URL);
|
|
|