blob: 0f85d31c56e6d85cccd070ddc14876b80d789241 [file] [log] [blame]
// Copyright (c) 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_
namespace base {
struct Feature;
}
namespace favicon {
extern const base::Feature kAllowPropagationOfFaviconCacheHits;
} // namespace favicon
#endif // COMPONENTS_FAVICON_CORE_FEATURES_H_