blob: 6286d69208268f2defe15929ea463bf37e61ed9e [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_BREADCRUMBS_CORE_FEATURES_H_
#define COMPONENTS_BREADCRUMBS_CORE_FEATURES_H_
#include "base/feature_list.h"
namespace breadcrumbs {
// Feature flag to log breadcrumb events.
BASE_DECLARE_FEATURE(kLogBreadcrumbs);
} // namespace breadcrumbs
#endif // COMPONENTS_BREADCRUMBS_CORE_FEATURES_H_