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

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

Issue 2795763004: Treat touch icons just like non-touch icons on mobile
Patch Set: 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
Index: components/favicon/core/favicon_driver_impl.h
diff --git a/components/favicon/core/favicon_driver_impl.h b/components/favicon/core/favicon_driver_impl.h
index 190863670b17a6f08735e56833381c0a5b6ccc98..a00cc93b223a29a4e34f74436593afb10a1284e9 100644
--- a/components/favicon/core/favicon_driver_impl.h
+++ b/components/favicon/core/favicon_driver_impl.h
@@ -75,9 +75,7 @@ class FaviconDriverImpl : public FaviconDriver,
bookmarks::BookmarkModel* bookmark_model_;
// FaviconHandlers used to download the different kind of favicons.
- // |touch_icon_handler_| may be null depending on the platform and variations.
std::unique_ptr<FaviconHandler> favicon_handler_;
- std::unique_ptr<FaviconHandler> touch_icon_handler_;
DISALLOW_COPY_AND_ASSIGN(FaviconDriverImpl);
};

Powered by Google App Engine
This is Rietveld 408576698