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

Unified Diff: chrome/browser/ui/views/ash/launcher/launcher_favicon_loader.h

Issue 10828127: Use hi-resolution favicon variants if available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: grrrrr Created 8 years, 4 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: chrome/browser/ui/views/ash/launcher/launcher_favicon_loader.h
diff --git a/chrome/browser/ui/views/ash/launcher/launcher_favicon_loader.h b/chrome/browser/ui/views/ash/launcher/launcher_favicon_loader.h
index 4dc4df88fd90650a69213143a8588f191821e95f..87b8ed2a091cfd182603790ecc6aed1f5e15d866 100644
--- a/chrome/browser/ui/views/ash/launcher/launcher_favicon_loader.h
+++ b/chrome/browser/ui/views/ash/launcher/launcher_favicon_loader.h
@@ -55,7 +55,8 @@ class LauncherFaviconLoader : public content::WebContentsObserver {
void OnDidDownloadFavicon(int id,
const GURL& image_url,
bool errored,
- const SkBitmap& bitmap);
+ int requested_size,
+ const std::vector<SkBitmap>& bitmaps);
scoped_ptr<internal::FaviconBitmapHandler> favicon_handler_;
« no previous file with comments | « chrome/browser/ui/views/ash/balloon_view_ash.cc ('k') | chrome/browser/ui/views/ash/launcher/launcher_favicon_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698