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

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

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.h
diff --git a/chrome/browser/history/history.h b/chrome/browser/history/history.h
index 69fda8bc97b9ddd6773302bc72290e5b8c5eef6b..bba2e86eb9647093cd9ed3bb1757915038bce398 100644
--- a/chrome/browser/history/history.h
+++ b/chrome/browser/history/history.h
@@ -703,10 +703,6 @@ class HistoryService : public CancelableRequestProvider,
const GURL& page_url,
int icon_types);
- // Used by the FaviconService to get a favicon from the history backend.
- void GetFaviconForID(FaviconService::GetFaviconRequest* request,
- history::FaviconID id);
-
// Used by the FaviconService to mark the favicon for the page as being out
// of date.
void SetFaviconOutOfDateForPage(const GURL& page_url);

Powered by Google App Engine
This is Rietveld 408576698