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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc

Issue 266053003: Remove page IDs from three WebContentsObserver APIs that don't need it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: 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

Powered by Google App Engine
This is Rietveld 408576698