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

Unified Diff: components/history/core/browser/history_types.h

Issue 1004373002: Add last_requested field to the favicon_bitmaps table of the favicons database. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge GetFaviconBitmapLastRequestedtime into GetFaviconBitmap. Created 5 years, 9 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/history/core/browser/history_types.h
diff --git a/components/history/core/browser/history_types.h b/components/history/core/browser/history_types.h
index cbcf26b75b7d453fe321606dd41e6a7b5999d0ad..d27f1e86b3f03a89d33f5f4587db3c6288a95bdb 100644
--- a/components/history/core/browser/history_types.h
+++ b/components/history/core/browser/history_types.h
@@ -497,6 +497,9 @@ struct FaviconBitmap {
// Time at which |bitmap_data| was last updated.
base::Time last_updated;
+ // Time at which |bitmap_data| was last requested.
+ base::Time last_requested;
+
// The bits of the bitmap.
scoped_refptr<base::RefCountedMemory> bitmap_data;
« no previous file with comments | « components/history/core/browser/history_backend.cc ('k') | components/history/core/browser/thumbnail_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698