| Index: chrome/browser/sync/glue/favicon_cache.h
|
| diff --git a/chrome/browser/sync/glue/favicon_cache.h b/chrome/browser/sync/glue/favicon_cache.h
|
| index b7c8f7c27e92322c0f57ae736e2bfd34c3cfbb3c..1ac5db7e3426517907697d5c81e96d30b6b094c9 100644
|
| --- a/chrome/browser/sync/glue/favicon_cache.h
|
| +++ b/chrome/browser/sync/glue/favicon_cache.h
|
| @@ -100,6 +100,7 @@ class FaviconCache : public syncer::SyncableService,
|
|
|
| // Consume Session sync favicon data. Will not overwrite existing favicons.
|
| // If |icon_bytes| is empty, only updates the page->favicon url mapping.
|
| + // Safe to call within a transaction.
|
| void OnReceivedSyncFavicon(const GURL& page_url,
|
| const GURL& icon_url,
|
| const std::string& icon_bytes,
|
|
|