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