Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2455)

Unified Diff: chrome/browser/history/history.cc

Issue 10870022: Change FaviconData to be able to return data for multiple bitmaps for same icon URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/history/history.cc
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
index 648de2963dd020abb15ab4cbc4f21a08d057b0e6..e67a0cc79dbb1703a6691fc78ae80ba4fc3cb77a 100644
--- a/chrome/browser/history/history.cc
+++ b/chrome/browser/history/history.cc
@@ -515,12 +515,6 @@ void HistoryService::GetFaviconForURL(
page_url, icon_types);
}
-void HistoryService::GetFaviconForID(FaviconService::GetFaviconRequest* request,
- history::FaviconID id) {
- Schedule(PRIORITY_NORMAL, &HistoryBackend::GetFaviconForID, NULL, request,
- id);
-}
-
void HistoryService::SetFavicon(const GURL& page_url,
const GURL& icon_url,
const std::vector<unsigned char>& image_data,

Powered by Google App Engine
This is Rietveld 408576698