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

Unified Diff: components/favicon/core/large_icon_service.h

Issue 2796343003: Remove preferences among favicon types when choosing large icons
Patch Set: Rebased. Created 3 years, 8 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
« no previous file with comments | « components/favicon/core/favicon_service_impl.cc ('k') | components/favicon/core/large_icon_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/large_icon_service.h
diff --git a/components/favicon/core/large_icon_service.h b/components/favicon/core/large_icon_service.h
index 7207e605ac3613ae57d6f8399799cf7d866d208a..2162f4392d2d46282c05f60ac71c899074568a5c 100644
--- a/components/favicon/core/large_icon_service.h
+++ b/components/favicon/core/large_icon_service.h
@@ -97,11 +97,6 @@ class LargeIconService : public KeyedService {
FaviconService* favicon_service_;
scoped_refptr<base::TaskRunner> background_task_runner_;
- // A pre-populated list of icon types to consider when looking for large
- // icons. This is an optimization over populating an icon type vector on each
- // request.
- std::vector<int> large_icon_types_;
-
std::unique_ptr<image_fetcher::ImageFetcher> image_fetcher_;
DISALLOW_COPY_AND_ASSIGN(LargeIconService);
« no previous file with comments | « components/favicon/core/favicon_service_impl.cc ('k') | components/favicon/core/large_icon_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698