| 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 d1fc9536ca8efd831f0c3940d6022267e502f71a..e6c84bb6a4e46ab53486e8b2dbff0c780e77b2c1 100644
|
| --- a/chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc
|
| +++ b/chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc
|
| @@ -41,7 +41,6 @@ class FaviconBitmapHandler : public content::WebContentsObserver {
|
|
|
| // content::WebContentObserver implementation.
|
| virtual void DidUpdateFaviconURL(
|
| - int32 page_id,
|
| const std::vector<content::FaviconURL>& candidates) OVERRIDE;
|
|
|
| private:
|
| @@ -73,7 +72,6 @@ class FaviconBitmapHandler : public content::WebContentsObserver {
|
| };
|
|
|
| void FaviconBitmapHandler::DidUpdateFaviconURL(
|
| - int32 page_id,
|
| const std::vector<content::FaviconURL>& candidates) {
|
| // This function receives a complete list of faviocn urls for the page.
|
| // It may get called multiple times with the same list, and will also get
|
|
|