blob: ce704318396525a1e1c4a8ba606cd3baa8bcdfa1 [file] [log] [blame]
// Copyright 2021 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_PERMISSIONS_ANDROID_PERMISSIONS_ANDROID_FEATURE_LIST_H_
#define COMPONENTS_PERMISSIONS_ANDROID_PERMISSIONS_ANDROID_FEATURE_LIST_H_
#include "base/feature_list.h"
namespace permissions {
// Alphabetical:
BASE_DECLARE_FEATURE(kAndroidApproximateLocationPermissionSupport);
} // namespace permissions
#endif // COMPONENTS_PERMISSIONS_ANDROID_PERMISSIONS_ANDROID_FEATURE_LIST_H_