summaryrefslogtreecommitdiffstats
path: root/chrome/browser/jumplist_win.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 18:54:05 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 18:54:05 +0000
commitf16039d23043cf97048540b3916be44825697f9b (patch)
tree4f607808a77397f26cbca4935b5996abdc188796 /chrome/browser/jumplist_win.cc
parentf660caef294d1ad42142b8a500da4ea49af2a4bf (diff)
downloadchromium_src-f16039d23043cf97048540b3916be44825697f9b.zip
chromium_src-f16039d23043cf97048540b3916be44825697f9b.tar.gz
chromium_src-f16039d23043cf97048540b3916be44825697f9b.tar.bz2
fav icon -> favicon. Pass 12/12: all the rest
BUG=76073 TEST=test; no visible change Review URL: http://codereview.chromium.org/6667044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/jumplist_win.cc')
-rw-r--r--chrome/browser/jumplist_win.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
index 55e9f44..f57d839 100644
--- a/chrome/browser/jumplist_win.cc
+++ b/chrome/browser/jumplist_win.cc
@@ -678,7 +678,7 @@ bool JumpList::AddWindow(const TabRestoreService::Window* window,
return true;
}
-bool JumpList::StartLoadingFavIcon() {
+bool JumpList::StartLoadingFavicon() {
if (icon_urls_.empty())
return false;
@@ -748,7 +748,7 @@ void JumpList::OnSegmentUsageAvailable(
}
// Send a query that retrieves the first favicon.
- StartLoadingFavIcon();
+ StartLoadingFavicon();
}
void JumpList::OnFaviconDataAvailable(
@@ -764,7 +764,7 @@ void JumpList::OnFaviconDataAvailable(
// if we need to load more favicons, we send another query and exit.
if (!icon_urls_.empty())
icon_urls_.pop_front();
- if (StartLoadingFavIcon())
+ if (StartLoadingFavicon())
return;
// Finished loading all favicons needed by the application JumpList.