summaryrefslogtreecommitdiffstats
path: root/chromium/components/custom_handlers/pref_names.h
blob: 29f122e17dc8a6bc1ee5f6b6d987c779fed95f7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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_CUSTOM_HANDLERS_PREF_NAMES_H_
#define COMPONENTS_CUSTOM_HANDLERS_PREF_NAMES_H_

namespace custom_handlers {
namespace prefs {

extern const char kRegisteredProtocolHandlers[];
extern const char kIgnoredProtocolHandlers[];
extern const char kPolicyRegisteredProtocolHandlers[];
extern const char kPolicyIgnoredProtocolHandlers[];
extern const char kCustomHandlersEnabled[];

}  // namespace prefs
}  // namespace custom_handlers

#endif  // COMPONENTS_CUSTOM_HANDLERS_PREF_NAMES_H_