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

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: sync 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 a150a5b37a24b416b7fb731b320fce9e0c394188..ab34d1ce039151a23e28aad47c5d81340b71b685 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;

Powered by Google App Engine
This is Rietveld 408576698