diff options
Diffstat (limited to 'chrome/browser/tab_contents/navigation_controller.h')
-rw-r--r-- | chrome/browser/tab_contents/navigation_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/navigation_controller.h b/chrome/browser/tab_contents/navigation_controller.h index a091754..892d313 100644 --- a/chrome/browser/tab_contents/navigation_controller.h +++ b/chrome/browser/tab_contents/navigation_controller.h @@ -458,7 +458,7 @@ class NavigationController { bool RendererDidNavigateAutoSubframe( const ViewHostMsg_FrameNavigate_Params& params); - // Helper function for code shared between Reload() and ReloadAll(). + // Helper function for code shared between Reload() and ReloadIgnoringCache(). void ReloadInternal(bool check_for_repost, ReloadType reload_type); // Actually issues the navigation held in pending_entry. |