features.h 487 B

1234567891011121314151617
  1. // Copyright 2019 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef COMPONENTS_BREADCRUMBS_CORE_FEATURES_H_
  5. #define COMPONENTS_BREADCRUMBS_CORE_FEATURES_H_
  6. #include "base/feature_list.h"
  7. namespace breadcrumbs {
  8. // Feature flag to log breadcrumb events.
  9. extern const base::Feature kLogBreadcrumbs;
  10. } // namespace breadcrumbs
  11. #endif // COMPONENTS_BREADCRUMBS_CORE_FEATURES_H_