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

Unified Diff: chrome/browser/task_management/providers/web_contents/renderer_task.h

Issue 1407353012: Refactor FaviconDriver::OnFaviconAvailable() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@initial_simplify
Patch Set: Created 5 years, 1 month 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/task_management/providers/web_contents/renderer_task.h
diff --git a/chrome/browser/task_management/providers/web_contents/renderer_task.h b/chrome/browser/task_management/providers/web_contents/renderer_task.h
index 3ab9faec67cc1341e434f3b41d5c39b4670299e1..d28770af97a5231627e1d2e5b6611ca38582378e 100644
--- a/chrome/browser/task_management/providers/web_contents/renderer_task.h
+++ b/chrome/browser/task_management/providers/web_contents/renderer_task.h
@@ -53,9 +53,11 @@ class RendererTask : public Task,
blink::WebCache::ResourceTypeStats GetWebCacheStats() const override;
// favicon::FaviconDriverObserver:
- void OnFaviconAvailable(const gfx::Image& image) override;
- void OnFaviconUpdated(favicon::FaviconDriver* favicon_driver,
- bool icon_url_changed) override;
+ void OnFaviconUpdated(favicon::FaviconDriver* driver,
+ NotificationIconType notification_icon_type,
+ const GURL& icon_url,
+ bool icon_url_changed,
+ const gfx::Image& image) override;
protected:
// Returns the title of the given |web_contents|.

Powered by Google App Engine
This is Rietveld 408576698