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

Unified Diff: components/favicon/core/features.cc

Issue 2958503002: Enable feature to load icons from Web Manifests by defaut (Closed)
Patch Set: Update unit tests. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/favicon/core/favicon_handler_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/features.cc
diff --git a/components/favicon/core/features.cc b/components/favicon/core/features.cc
index e69e139dd10371d24f58e8d38b5d5a08964420e4..8a3e02b48cb18e13d5de3323924d3ea0eb39442a 100644
--- a/components/favicon/core/features.cc
+++ b/components/favicon/core/features.cc
@@ -9,6 +9,6 @@
namespace favicon {
const base::Feature kFaviconsFromWebManifest{"FaviconsFromWebManifest",
- base::FEATURE_DISABLED_BY_DEFAULT};
+ base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace favicon
« no previous file with comments | « components/favicon/core/favicon_handler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698