// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/language/core/common/language_experiments.h" #include <map> #include <string> #include "build/build_config.h" namespace language { // Features: BASE_FEATURE(…); BASE_FEATURE(…); BASE_FEATURE(…); BASE_FEATURE(…); // Params: const char kContentLanguagesDisableObserversParam[] = …; } // namespace language