summaryrefslogtreecommitdiffstats
path: root/components/favicon_base
diff options
context:
space:
mode:
authorhuangs <huangs@chromium.org>2015-03-05 13:43:52 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-05 21:44:31 +0000
commiteca0396a32627c4dd40400e94f8c247d8dd4293a (patch)
treec93819c0ad004edd7bcf16f381e344f4efedaf67 /components/favicon_base
parent8f3cf261781e12cfdd2f6476fa4d73d348d77bb1 (diff)
downloadchromium_src-eca0396a32627c4dd40400e94f8c247d8dd4293a.zip
chromium_src-eca0396a32627c4dd40400e94f8c247d8dd4293a.tar.gz
chromium_src-eca0396a32627c4dd40400e94f8c247d8dd4293a.tar.bz2
[Favicon] Adding chrome://fallback-icon host for Fallback Icon "Explicit Flow"
Design: go/chrome-fallback-icons We're chrome://fallback-icon host, managed by FallbackIconSource, so we can specify URLs such as chrome://fallback-icon/128,#f00,black,0.8,0.1/http://www.google.com to render a fallback icon. This is useful for testing fallback icons. This CL is sliced off from https://codereview.chromium.org/835903005/ . BUG=455063 Review URL: https://codereview.chromium.org/973883002 Cr-Commit-Position: refs/heads/master@{#319333}
Diffstat (limited to 'components/favicon_base')
-rw-r--r--components/favicon_base/fallback_icon_service.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/favicon_base/fallback_icon_service.cc b/components/favicon_base/fallback_icon_service.cc
index 1642b20..adce72e 100644
--- a/components/favicon_base/fallback_icon_service.cc
+++ b/components/favicon_base/fallback_icon_service.cc
@@ -11,7 +11,6 @@
#include "components/favicon_base/fallback_icon_style.h"
#include "net/base/registry_controlled_domains/registry_controlled_domain.h"
#include "third_party/skia/include/core/SkPaint.h"
-#include "ui/base/l10n/l10n_util.h"
#include "ui/gfx/canvas.h"
#include "ui/gfx/codec/png_codec.h"
#include "ui/gfx/font_list.h"