| 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
|
|
|