summaryrefslogtreecommitdiffstats
path: root/chrome/browser/possible_url_model.h
diff options
context:
space:
mode:
authormichaelbai@google.com <michaelbai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 17:05:30 +0000
committermichaelbai@google.com <michaelbai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 17:05:30 +0000
commit849ccee35b29ff4e6d69766087c0e2d8a2a01004 (patch)
tree2d0224faf53752bdda682f78c1a314fcdd2bcf93 /chrome/browser/possible_url_model.h
parenta9590c25660d4be4caad2add5e16e08003e5ed39 (diff)
downloadchromium_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/possible_url_model.h')
-rw-r--r--chrome/browser/possible_url_model.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/possible_url_model.h b/chrome/browser/possible_url_model.h
index a150a5b..ab34d1c 100644
--- a/chrome/browser/possible_url_model.h
+++ b/chrome/browser/possible_url_model.h
@@ -37,10 +37,7 @@ class PossibleURLModel : public ui::TableModel {
const std::wstring& GetTitle(int row);
virtual void OnFaviconAvailable(FaviconService::Handle h,
- bool favicon_available,
- scoped_refptr<RefCountedMemory> data,
- bool expired,
- GURL icon_url);
+ history::FaviconData favicon);
// TableModel overrides
virtual int RowCount() OVERRIDE;