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

Side by Side Diff: chrome/browser/favicon/chrome_fallback_icon_client_unittest.cc

Issue 2883053003: Delete unused chrome://fallback-icon/ handling (Closed)
Patch Set: Merge branch 'master' into searchbox3 Created 3 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/favicon/chrome_fallback_icon_client.h"
6
7 #include "base/macros.h"
8 #include "testing/gtest/include/gtest/gtest.h"
9
10 TEST(ChromeFallbackIconClientTest, GetFontNameList) {
11 ChromeFallbackIconClient client;
12 // Just ensure non-empty, otherwise not checking the actual font.
13 EXPECT_FALSE(client.GetFontNameList().empty());
14 }
OLDNEW
« no previous file with comments | « chrome/browser/favicon/chrome_fallback_icon_client_factory.cc ('k') | chrome/browser/favicon/fallback_icon_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698