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