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

Unified Diff: chrome/browser/sync/glue/session_model_associator.h

Issue 10870022: Change FaviconData to be able to return data for multiple bitmaps for same icon URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/sync/glue/session_model_associator.h
diff --git a/chrome/browser/sync/glue/session_model_associator.h b/chrome/browser/sync/glue/session_model_associator.h
index e87dd17b1426c9e16579b04a6898b15d0f88d9db..76a1fb8f1a2e9cc95b79b0bea99efe0b6af78eef 100644
--- a/chrome/browser/sync/glue/session_model_associator.h
+++ b/chrome/browser/sync/glue/session_model_associator.h
@@ -433,8 +433,9 @@ class SessionModelAssociator
// Callback method to store a tab's favicon into its sync node once it becomes
// available. Does nothing if no favicon data was available.
- void OnFaviconDataAvailable(FaviconService::Handle handle,
- history::FaviconData favicon);
+ void OnFaviconDataAvailable(
+ FaviconService::Handle handle,
+ const history::FaviconBitmapResult& bitmap_result);
// Used to populate a session header from the session specifics header
// provided.

Powered by Google App Engine
This is Rietveld 408576698