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

Unified Diff: chrome/browser/ui/webui/favicon_source.h

Issue 2535463002: [Favicon] Stop caching the default favicon (Closed)
Patch Set: Remove the unused favicon_index Created 4 years 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
« no previous file with comments | « AUTHORS ('k') | chrome/browser/ui/webui/favicon_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/favicon_source.h
diff --git a/chrome/browser/ui/webui/favicon_source.h b/chrome/browser/ui/webui/favicon_source.h
index 0f47e0e4437800e370bfd7e76b5c3c6f4b45c6cf..cd27824efdb86284fed8fb430952d47a2ddf6460 100644
--- a/chrome/browser/ui/webui/favicon_source.h
+++ b/chrome/browser/ui/webui/favicon_source.h
@@ -127,10 +127,6 @@ class FaviconSource : public content::URLDataSource {
base::CancelableTaskTracker cancelable_task_tracker_;
- // Raw PNG representations of favicons of each size to show when the favicon
- // database doesn't have a favicon for a webpage. Indexed by IconSize values.
- scoped_refptr<base::RefCountedMemory> default_favicons_[NUM_SIZES];
-
// The favicon_base::IconTypes of icon that this FaviconSource handles.
int icon_types_;
« no previous file with comments | « AUTHORS ('k') | chrome/browser/ui/webui/favicon_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698