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

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

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/DEPS ('k') | components/favicon/core/features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/features.h
diff --git a/components/favicon/core/features.h b/components/favicon/core/features.h
new file mode 100644
index 0000000000000000000000000000000000000000..2870736f0e8b0da67a13f0818ef0acd4c5d21f08
--- /dev/null
+++ b/components/favicon/core/features.h
@@ -0,0 +1,18 @@
+// 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.
+
+#ifndef COMPONENTS_FAVICON_CORE_FEATURES_H_
+#define COMPONENTS_FAVICON_CORE_FEATURES_H_
+
+#include "base/feature_list.h"
+
+namespace favicon {
+
+// Features to turn on Google backend servers to fetch large icons on demand.
+extern const base::Feature kFaviconFetchLargeIconFromGoogleServer1;
+extern const base::Feature kFaviconFetchLargeIconFromGoogleServer2;
+
+} // namespace favicon
+
+#endif // COMPONENTS_FAVICON_CORE_FEATURES_H_
« no previous file with comments | « components/favicon/core/DEPS ('k') | components/favicon/core/features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698