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

Unified Diff: components/favicon/core/favicon_driver_impl.h

Issue 2799273002: Add support to process favicons from Web Manifests (Closed)
Patch Set: Browsertest comments addressed. Created 3 years, 7 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: components/favicon/core/favicon_driver_impl.h
diff --git a/components/favicon/core/favicon_driver_impl.h b/components/favicon/core/favicon_driver_impl.h
index 1dd73112dbc8a69b177fe8ec83f687b4c61bb0cb..a64a9f313f2e71729a36c786837d1a57f481a953 100644
--- a/components/favicon/core/favicon_driver_impl.h
+++ b/components/favicon/core/favicon_driver_impl.h
@@ -60,7 +60,8 @@ class FaviconDriverImpl : public FaviconDriver,
// Broadcasts new favicon URL candidates to FaviconHandlers.
void OnUpdateCandidates(const GURL& page_url,
- const std::vector<FaviconURL>& candidates);
+ const std::vector<FaviconURL>& candidates,
+ const GURL& manifest_url);
protected:
history::HistoryService* history_service() { return history_service_; }
« no previous file with comments | « components/favicon/content/content_favicon_driver.cc ('k') | components/favicon/core/favicon_driver_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698