Index: chrome/browser/tab_contents/navigation_controller.h |
=================================================================== |
--- chrome/browser/tab_contents/navigation_controller.h (revision 52912) |
+++ chrome/browser/tab_contents/navigation_controller.h (working copy) |
@@ -457,7 +457,7 @@ |
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. |