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

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

Issue 2685173002: Extend LargeIconService to fetch missing favicons from a Google server (Closed)
Patch Set: Peter's comments #2 (WIP) Created 3 years, 10 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/features.h ('k') | components/favicon/core/large_icon_service.h » ('j') | 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ec37409243e32fca510fe2dcb75dc6a411fab80
--- /dev/null
+++ b/components/favicon/core/features.cc
@@ -0,0 +1,14 @@
+// Copyright 2017 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.
+
+#include "components/favicon/core/features.h"
+
+namespace favicon {
+
+const base::Feature kFaviconFetchLargeIconFromGoogleServer1{
+ "FaviconFetchLargeIconFromGoogleServer1", base::FEATURE_ENABLED_BY_DEFAULT};
+const base::Feature kFaviconFetchLargeIconFromGoogleServer2{
+ "FaviconFetchLargeIconFromGoogleServer2", base::FEATURE_ENABLED_BY_DEFAULT};
+
+} // namespace favicon
« no previous file with comments | « components/favicon/core/features.h ('k') | components/favicon/core/large_icon_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698