| 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_;
|
|
|
|
|