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

Unified Diff: chrome/browser/ui/search_engines/template_url_table_model.cc

Issue 331163003: [Refactor] Change FaviconService API to take in a desired pixel size (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/ui/search_engines/template_url_table_model.cc
diff --git a/chrome/browser/ui/search_engines/template_url_table_model.cc b/chrome/browser/ui/search_engines/template_url_table_model.cc
index 67ff51d342afb64c7fc8fe9351a7794d5e145028..e71f3cea298f9823bcc53c8ba71d00838b7ba44d 100644
--- a/chrome/browser/ui/search_engines/template_url_table_model.cc
+++ b/chrome/browser/ui/search_engines/template_url_table_model.cc
@@ -16,7 +16,6 @@
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/models/table_model_observer.h"
#include "ui/base/resource/resource_bundle.h"
-#include "ui/gfx/favicon_size.h"
#include "ui/gfx/image/image_skia.h"
// Group IDs used by TemplateURLTableModel.
@@ -90,8 +89,6 @@ class TemplateURLTableModel::ModelEntry {
load_state_ = LOADING;
model_->favicon_service_->GetFaviconImage(
favicon_url,
- favicon_base::FAVICON,
- gfx::kFaviconSize,
base::Bind(&ModelEntry::OnFaviconDataAvailable, base::Unretained(this)),
&tracker_);
}
« no previous file with comments | « chrome/browser/ui/cocoa/history_menu_bridge.mm ('k') | chrome/browser/ui/toolbar/back_forward_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698