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

Unified Diff: chrome/browser/possible_url_model.h

Issue 6651014: Applied the IconType. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: removed the callback6 Created 9 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: chrome/browser/possible_url_model.h
diff --git a/chrome/browser/possible_url_model.h b/chrome/browser/possible_url_model.h
index 338a4e23cdb443bf88557ea2842961929e641b0d..65584ec5d9b4730ad0cd4715075e05d6384234b9 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 fav_icon_available,
- scoped_refptr<RefCountedMemory> data,
- bool expired,
- GURL icon_url);
+ FaviconService::FaviconData favicon);
// TableModel overrides
virtual int RowCount() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698