diff options
-rw-r--r-- | chrome/browser/browser.h | 2 | ||||
-rw-r--r-- | chrome/browser/tab_contents/navigation_controller.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h index f993b07..7938bc1 100644 --- a/chrome/browser/browser.h +++ b/chrome/browser/browser.h @@ -897,7 +897,7 @@ class Browser : public TabStripModelDelegate, // done only once per application name / per session. static void RegisterAppPrefs(const std::wstring& app_name); - // Shared code between Reload() and ReloadAll(). + // Shared code between Reload() and ReloadIgnoringCache(). void ReloadInternal(WindowOpenDisposition disposition, bool ignore_cache); // Return true if the window dispositions means opening a new tab. 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. |