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

Unified Diff: chrome/browser/favicon/favicon_service.h

Issue 8469018: Provide assumed favicon for intents if service provider page was never visited. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/favicon/favicon_service.cc » ('j') | chrome/browser/history/history.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/favicon/favicon_service.h
diff --git a/chrome/browser/favicon/favicon_service.h b/chrome/browser/favicon/favicon_service.h
index 4fb313b3531c6fe5beed118976ce5eeee230f303..67d5c1936fda381dc7e0bc9840e23db2c8c9f74d 100644
--- a/chrome/browser/favicon/favicon_service.h
+++ b/chrome/browser/favicon/favicon_service.h
@@ -82,6 +82,10 @@ class FaviconService : public CancelableRequestProvider {
// Marks all types of favicon for the page as being out of date.
void SetFaviconOutOfDateForPage(const GURL& page_url);
+ // Clone a Favicon from an existing page. Needed if you want to declare
Greg Billock 2011/11/11 17:47:56 I'm not sure I understand. Does this method assign
groby-ooo-7-16 2011/11/14 23:53:36 Clarified text, hopefully. On 2011/11/11 17:47:56
+ // favicons (tentatively) in advance, before a page was ever visited.
+ void CloneFavicon(const GURL& old_page_url, const GURL& new_page_url);
+
// Allows the importer to set many favicons for many pages at once. The pages
// must exist, any favicon sets for unknown pages will be discarded. Existing
// favicons will not be overwritten.
« no previous file with comments | « no previous file | chrome/browser/favicon/favicon_service.cc » ('j') | chrome/browser/history/history.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698