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

Unified Diff: chrome/browser/extensions/favicon_downloader_unittest.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/extensions/favicon_downloader_unittest.cc
diff --git a/chrome/browser/extensions/favicon_downloader_unittest.cc b/chrome/browser/extensions/favicon_downloader_unittest.cc
index b75208a2e7fd8c302e14fff91bf4e11e0b2c6af1..f177ce36593ae5bdc4859fde5368e8614d5177d5 100644
--- a/chrome/browser/extensions/favicon_downloader_unittest.cc
+++ b/chrome/browser/extensions/favicon_downloader_unittest.cc
@@ -87,7 +87,7 @@ class TestFaviconDownloader : public FaviconDownloader {
}
void UpdateFaviconURLs(const std::vector<content::FaviconURL>& candidates) {
- FaviconDownloader::DidUpdateFaviconURL(0, candidates);
+ FaviconDownloader::DidUpdateFaviconURL(candidates);
}
void set_initial_favicon_urls(const std::vector<content::FaviconURL>& urls) {

Powered by Google App Engine
This is Rietveld 408576698