| 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 d2ddcae2215b7a69152fb83b5c66413cf563a44d..c87e636b6e4410b74cd94ed4f56d4e8745c71817 100644
 | 
| --- a/content/browser/frame_host/navigation_controller_impl.cc
 | 
| +++ b/content/browser/frame_host/navigation_controller_impl.cc
 | 
| @@ -267,9 +267,6 @@ void NavigationControllerImpl::Restore(
 | 
|  void NavigationControllerImpl::Reload(bool check_for_repost) {
 | 
|    ReloadInternal(check_for_repost, ReloadType::MAIN_RESOURCE);
 | 
|  }
 | 
| -void NavigationControllerImpl::ReloadToRefreshContent(bool check_for_repost) {
 | 
| -  ReloadInternal(check_for_repost, ReloadType::MAIN_RESOURCE);
 | 
| -}
 | 
|  void NavigationControllerImpl::ReloadBypassingCache(bool check_for_repost) {
 | 
|    ReloadInternal(check_for_repost, ReloadType::BYPASSING_CACHE);
 | 
|  }
 | 
| 
 |