| Index: content/public/browser/navigation_controller.h
 | 
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
 | 
| index c6f3cc1ac2b1dd6728a921dc549a78c23bf7e5bb..3d3975235d74b2d187ef0fb4baa83b1dadfe208d 100644
 | 
| --- a/content/public/browser/navigation_controller.h
 | 
| +++ b/content/public/browser/navigation_controller.h
 | 
| @@ -355,12 +355,6 @@ class NavigationController {
 | 
|    // is showing, initiates a new navigation to its URL.
 | 
|    virtual void Reload(bool check_for_repost) = 0;
 | 
|  
 | 
| -  // Like Reload(), but for refreshing page content and may not need to
 | 
| -  // validate cache content.
 | 
| -  // TODO(kinuko): Update the comment once we fix the cache validation
 | 
| -  // behavior.
 | 
| -  virtual void ReloadToRefreshContent(bool check_for_repost) = 0;
 | 
| -
 | 
|    // Like Reload(), but don't use caches (aka "shift-reload").
 | 
|    virtual void ReloadBypassingCache(bool check_for_repost) = 0;
 | 
|  
 | 
| 
 |