blob: 723470b15cc98460af1f3eefd5cc109ba79ee888 [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_ANDROID_BASE_FEATURES_H_
#define BASE_ANDROID_BASE_FEATURES_H_
#include "base/feature_list.h"
namespace base::android::features {
// All features in alphabetical order. The features should be documented
// alongside the definition of their values in the .cc file.
// Alphabetical:
BASE_DECLARE_FEATURE(kBrowserProcessMemoryPurge);
} // namespace base::android::features
#endif // BASE_ANDROID_BASE_FEATURES_H_