features.cc 459 B

1234567891011121314
  1. // Copyright 2022 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. #include "components/url_param_filter/core/features.h"
  5. #include "base/feature_list.h"
  6. namespace url_param_filter::features {
  7. const base::Feature kIncognitoParamFilterEnabled{
  8. "IncognitoParamFilterEnabled", base::FEATURE_DISABLED_BY_DEFAULT};
  9. } // namespace url_param_filter::features