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

Unified Diff: chrome/browser/favicon/favicon_util.h

Issue 11418021: Revert 168079 - This CL ensures that favicons always (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 | « chrome/browser/favicon/favicon_service.cc ('k') | chrome/browser/favicon/favicon_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/favicon/favicon_util.h
===================================================================
--- chrome/browser/favicon/favicon_util.h (revision 168086)
+++ chrome/browser/favicon/favicon_util.h (working copy)
@@ -24,14 +24,6 @@
// Utility class for common favicon related code.
class FaviconUtil {
public:
- // Returns the scale factors at which favicons should be fetched. This is
- // different from ui::GetSupportedScaleFactors() because clients which do
- // not support 1x should still fetch a favicon for 1x to push to sync. This
- // guarantees that the clients receiving sync updates pushed by this client
- // receive a favicon (potentially of the wrong scale factor) and do not show
- // the default favicon.
- static std::vector<ui::ScaleFactor> GetFaviconScaleFactors();
-
// Starts the download of the given favicon |url| from the given render view
// host. When the download is finished, an IconHostMsg_DidDownloadFavicon IPC
// message will be sent.
« no previous file with comments | « chrome/browser/favicon/favicon_service.cc ('k') | chrome/browser/favicon/favicon_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698