blob: 21fe0cb9a4b3e9fae1874caac3cd0a13cc751e41 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_PERMISSIONS_PREF_NAMES_H_
#define COMPONENTS_PERMISSIONS_PREF_NAMES_H_
#include "build/build_config.h"
namespace permissions {
namespace prefs {
#if defined(OS_ANDROID)
extern const char kLocationSettingsBackoffLevelDSE[];
extern const char kLocationSettingsBackoffLevelDefault[];
extern const char kLocationSettingsNextShowDSE[];
extern const char kLocationSettingsNextShowDefault[];
#endif
} // namespace prefs
} // namespace permissions
#endif // COMPONENTS_PERMISSIONS_PREF_NAMES_H_