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

Unified Diff: components/favicon/content/content_favicon_driver_unittest.cc

Issue 2799273002: Add support to process favicons from Web Manifests (Closed)
Patch Set: Reverted fieldtrial_testing_config.json 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
Index: components/favicon/content/content_favicon_driver_unittest.cc
diff --git a/components/favicon/content/content_favicon_driver_unittest.cc b/components/favicon/content/content_favicon_driver_unittest.cc
index 5439aee3d760b81b3c1433a06942024dadb8166d..ea32963de7b58205c99228bba08781d1d073c1a4 100644
--- a/components/favicon/content/content_favicon_driver_unittest.cc
+++ b/components/favicon/content/content_favicon_driver_unittest.cc
@@ -130,7 +130,7 @@ TEST_F(ContentFaviconDriverTest, FaviconUpdateNoLastCommittedEntry) {
->DidUpdateFaviconURL(favicon_urls);
// Test that ContentFaviconDriver ignored the favicon url update.
- EXPECT_TRUE(driver->favicon_urls().empty());
+ EXPECT_FALSE(driver->favicon_urls().has_value());
}
TEST_F(ContentFaviconDriverTest, RecordsHistorgramsForCandidates) {

Powered by Google App Engine
This is Rietveld 408576698