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

Unified Diff: chrome/browser/favicon/favicon_handler.cc

Issue 10970021: Remove crashy unneeded line (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/favicon/favicon_handler.cc
diff --git a/chrome/browser/favicon/favicon_handler.cc b/chrome/browser/favicon/favicon_handler.cc
index 11e0d62d960158d6c7a633a46cd2fe4954437966..950f2163dee3d1972995b849f06a3bc7c7e88ab4 100644
--- a/chrome/browser/favicon/favicon_handler.cc
+++ b/chrome/browser/favicon/favicon_handler.cc
@@ -268,7 +268,6 @@ bool FaviconHandler::UpdateFaviconCandidate(const GURL& url,
float score,
history::IconType icon_type) {
bool update_candidate = false;
- SkBitmap bitmap = *(image.ToSkBitmap());
bool exact_match = score == 1;
if (preferred_icon_size() == 0) {
// No preferred size, use this icon.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698