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

Unified Diff: components/favicon/core/fallback_icon_client.h

Issue 2883053003: Delete unused chrome://fallback-icon/ handling (Closed)
Patch Set: Merge branch 'master' into searchbox3 Created 3 years, 7 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 | « components/favicon/core/BUILD.gn ('k') | components/favicon/core/fallback_icon_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/fallback_icon_client.h
diff --git a/components/favicon/core/fallback_icon_client.h b/components/favicon/core/fallback_icon_client.h
deleted file mode 100644
index 8efa28c2e7d4ef35bd6123cca7cd9d4d57ca4d39..0000000000000000000000000000000000000000
--- a/components/favicon/core/fallback_icon_client.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef COMPONENTS_FAVICON_CORE_FALLBACK_ICON_CLIENT_H_
-#define COMPONENTS_FAVICON_CORE_FALLBACK_ICON_CLIENT_H_
-
-#include <string>
-#include <vector>
-
-#include "components/keyed_service/core/keyed_service.h"
-
-namespace favicon {
-
-// This class abstracts operations that depend on the embedder's environment,
-// e.g. Chrome.
-class FallbackIconClient : public KeyedService {
- public:
- // Returns a list of font names for fallback icon rendering.
- virtual const std::vector<std::string>& GetFontNameList() const = 0;
-
- protected:
- ~FallbackIconClient() override {}
-};
-
-} // namespace favicon
-
-#endif // COMPONENTS_FAVICON_CORE_FALLBACK_ICON_CLIENT_H_
« no previous file with comments | « components/favicon/core/BUILD.gn ('k') | components/favicon/core/fallback_icon_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698