summaryrefslogtreecommitdiff
path: root/chromium/components/onc/onc_pref_names.h
blob: 8e7f7c9dd6bfc3a6727f58fea93cb6675b26f869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Copyright 2016 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_ONC_ONC_PREF_NAMES_H_
#define COMPONENTS_ONC_ONC_PREF_NAMES_H_

#include "base/component_export.h"

class PrefRegistrySimple;

namespace onc {

namespace prefs {

COMPONENT_EXPORT(ONC) extern const char kDeviceOpenNetworkConfiguration[];
COMPONENT_EXPORT(ONC) extern const char kOpenNetworkConfiguration[];

}  // namespace prefs

COMPONENT_EXPORT(ONC) void RegisterPrefs(PrefRegistrySimple* registry);

COMPONENT_EXPORT(ONC)
void RegisterProfilePrefs(PrefRegistrySimple* registry);

}  // namespace onc

#endif  // COMPONENTS_ONC_ONC_PREF_NAMES_H_