| Index: chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc b/chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc
|
| index 0c9e14cb92dd0b30961137b8fd339cc2c370af4f..051e468e8816572802ec1b31b48114db8668c402 100644
|
| --- a/chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc
|
| +++ b/chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc
|
| @@ -47,6 +47,7 @@ class FaviconBitmapHandler : public content::WebContentsObserver {
|
| private:
|
| void DidDownloadFavicon(
|
| int id,
|
| + int http_status_code,
|
| const GURL& image_url,
|
| int requested_size,
|
| const std::vector<SkBitmap>& bitmaps);
|
| @@ -121,6 +122,7 @@ bool FaviconBitmapHandler::HasPendingDownloads() const {
|
|
|
| void FaviconBitmapHandler::DidDownloadFavicon(
|
| int id,
|
| + int http_status_code,
|
| const GURL& image_url,
|
| int requested_size,
|
| const std::vector<SkBitmap>& bitmaps) {
|
|
|