From eca0396a32627c4dd40400e94f8c247d8dd4293a Mon Sep 17 00:00:00 2001 From: huangs Date: Thu, 5 Mar 2015 13:43:52 -0800 Subject: [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} --- components/favicon_base/fallback_icon_service.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'components/favicon_base') 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" -- cgit v1.1