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

Unified Diff: chrome/browser/custom_home_pages_table_model.h

Issue 6651014: Applied the IconType. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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/custom_home_pages_table_model.h
diff --git a/chrome/browser/custom_home_pages_table_model.h b/chrome/browser/custom_home_pages_table_model.h
index b452e8da904990b95453062950f5460a730639d2..ce2f8fa3a3cf7d9eef4923413ad001260456e929 100644
--- a/chrome/browser/custom_home_pages_table_model.h
+++ b/chrome/browser/custom_home_pages_table_model.h
@@ -74,7 +74,8 @@ class CustomHomePagesTableModel : public ui::TableModel {
bool know_fav_icon,
scoped_refptr<RefCountedMemory> image_data,
bool is_expired,
- GURL icon_url);
+ GURL icon_url,
+ history::IconType icon_type);
// Returns the entry whose |member| matches |handle| and sets |entry_index| to
// the index of the entry.

Powered by Google App Engine
This is Rietveld 408576698