diff options
author | michaelbai@google.com <michaelbai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 17:05:30 +0000 |
---|---|---|
committer | michaelbai@google.com <michaelbai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 17:05:30 +0000 |
commit | 849ccee35b29ff4e6d69766087c0e2d8a2a01004 (patch) | |
tree | 2d0224faf53752bdda682f78c1a314fcdd2bcf93 /chrome/browser/jumplist_win.h | |
parent | a9590c25660d4be4caad2add5e16e08003e5ed39 (diff) | |
download | chromium_src-849ccee35b29ff4e6d69766087c0e2d8a2a01004.zip chromium_src-849ccee35b29ff4e6d69766087c0e2d8a2a01004.tar.gz chromium_src-849ccee35b29ff4e6d69766087c0e2d8a2a01004.tar.bz2 |
Populated the IconType in FavIconService.
Changed the FavIconService callback to have the IconType parameter.
Changed the callers to use FAV_ICON as default type
BUG=71571
TEST=Tested with existing unit test
Review URL: http://codereview.chromium.org/6651014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/jumplist_win.h')
-rw-r--r-- | chrome/browser/jumplist_win.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/jumplist_win.h index 3cc7b0d..6d9c9d1 100644 --- a/chrome/browser/jumplist_win.h +++ b/chrome/browser/jumplist_win.h @@ -160,10 +160,7 @@ class JumpList : public TabRestoreServiceObserver { // When finishing loading all favicons, this function posts a task that // decompresses collected favicons and updates a JumpList. void OnFaviconDataAvailable(HistoryService::Handle handle, - bool know_favicon, - scoped_refptr<RefCountedMemory> data, - bool expired, - GURL icon_url); + history::FaviconData favicon); private: // Our consumers for HistoryService. |