Commit 87351794 authored by evan@chromium.org's avatar evan@chromium.org

Fix comment that refers to non-existent ReloadAll function (it got renamed

during the review of r49350).

BUG=none
TEST=recompiled

Patch from Mihai Parparita <mihaip@chromium.org>.

Review URL: http://codereview.chromium.org/2854060

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53843 0039d316-1c4b-4281-b951-d872f2087c98
parent 627da3fa
......@@ -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.
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment